COLOR #74FFFF

HEX: #74FFFF RGB: (116,255,255)

Color info

#74FFFF contains mainly green and blue colors. Web safe color of #74FFFF is #66FFFF (or #6FF).

RGB color model

#74FFFF color RGB value is (116,255,255).

RGB: (116,255,255) (45%, 100%, 100%)

RGB channels and saturation

R 116 of 255 = 45%
G 255 of 255 = 100%
B 255 of 255 = 100%

116
255
255

R + G + B ~ 82%. #74FFFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 255 + 255 = 626 (100%)
R 116 of 626 ~ 18.53%
G 255 of 626 ~ 40.73%
B 255 of 626 ~ 40.73'%

%18.53
%40.73
%40.73

CMYK color model

#74FFFF color CMYK value is (55,0,0,0).

  • cyan value is 54.51%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (55,0,0,0)
C55M0Y0K0 (55%, 0%, 0%, 0%)
(0.55 / 0.00 / 0.00 / 0.00)

CMYK percentages

%54.51
%0
%0
%0

Codes

Color #74FFFF in popluar color models

74 FF FF
RGB 116 255 255
HSL 180° 100.00% 72.75%
HSB/HSV 180° 54.51% 100.00%
CMYK 54.51% 0.00% 0.00%
0.00%

Color #74FFFF in popluar number systems.

HEX 74 FF FF
Decimal 116 255 255
Binary 1110100 11111111 11111111
Octal 164 377 377

Shades and tints

Shades of #74FFFF

#74FFFF
(116,255,255)
#6AE8E8
(106,232,232)
#60D1D1
(96,209,209)
#56BABA
(86,186,186)
#4CA3A3
(76,163,163)
#428C8C
(66,140,140)
#387575
(56,117,117)
#2E5E5E
(46,94,94)
#244747
(36,71,71)
#1A3030
(26,48,48)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #74FFFF

#74FFFF
(116,255,255)
#80FFFF
(128,255,255)
#8CFFFF
(140,255,255)
#98FFFF
(152,255,255)
#A4FFFF
(164,255,255)
#B0FFFF
(176,255,255)
#BCFFFF
(188,255,255)
#C8FFFF
(200,255,255)
#D4FFFF
(212,255,255)
#E0FFFF
(224,255,255)
#ECFFFF
(236,255,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74FFFF color. Also use rgb(116,255,255) instead hex code.

Text Font Color

.myTextColor { color: #74FFFF; }

<p style="color:#74FFFF">This sample text font color is #74FFFF.</p>

This text font color is #74FFFF.

Background Color

.myBgColor { background-color: #74FFFF; }

<div style="background-color:#74FFFF">Inner text</div>

This div background color is #74FFFF.

Border color

.myBorderColor { border: 1px solid #74FFFF; }

<div style="border:3px solid #74FFFF">Div</div>

This div border color is #74FFFF.

Opacity

.myOpacity80 { color: #74FFFF; opacity: 0.8; }

<p style="color:#74FFFF;opacity:0.8;">80%</p>

Text with #74FFFF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #74FFFF;}

<p style="text-shadow: 3px 3px 1px #74FFFF">Text here.</p>

This text has shadow with #74FFFF color.


.textShadow {text-shadow: 3px 3px 1px #74FFFF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #74FFFF, 5px 5px 20px red">Text here.</p>

This text has shadow with #74FFFF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74FFFF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#74FFFF, Direction=45, Strength=4)">Text</p>

This text has shadow with #74FFFF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74FFFF;
-webkit-box-shadow: 1px 1px 3px 2px #74FFFF;
box-shadow: 1px 1px 3px 2px #74FFFF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74FFFF; -webkit-box-shadow: 1px 1px 3px 2px #74FFFF; box-shadow:1px 1px 3px 2px #74FFFF;">
Div content here
</div>

This div box has shadow with color #74FFFF.

Preview

Color preview on black background

This text has color #74FFFF on black background.


Color preview on white background

This text has color #74FFFF on white background.


Black color preview on #74FFFF background

This text has black color on #74FFFF background.


White color preview on #74FFFF background

This text has white color on #74FFFF background.


Related colors

Complementary color

Complementary color for #hex is #8B0000.


I love getcolorcode.com