#74ded6

Color #74DED6 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #74DED6

Tints of Turquoise Blue #74DED6

Color information

#74DED6 (or 0x74DED6) is unknown color: approx Turquoise Blue. HEX triplet: 74, DE and D6. RGB value is (116,222,214). Sum of RGB (Red+Green+Blue) = 116+222+214=552 (73% of max value = 765). Red value is 116 (45.70% from 255 or 21.01% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #74DED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DED6 is #8B2129. Grayscale: #BDBDBD. Windows color (decimal): -9117994 or 14081652. OLE color: 14081652.

HSL color Cylindrical-coordinate representation of color #74DED6: hue angle of 175.47º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DED6 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB116222214-
CMYK0.4800.040.13
HSL175.47º61.63%66.27%-
HSV(B)175.47º47.75%87.06%-
XYZ45.4660.8172.96-
YUV189.39141.8875.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 21.01%
GREEN value IS 222 (87.11% from 255) = 40.22%
BLUE value IS 214 (83.98% from 255) = 38.77%
R=21.01%
G=40.22%
B=38.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162222140.4800.040.13175.4761.6366.27
Hex74DED63004Daf3e42
Octal16433632660041525776102
Binary1110100110111101101011011000001001101101011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ded6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74ded6; }

 p { color: rgb(116,222,214); }

 H1.HeaderClassName
 {
   color: #74ded6;
 }
 .AnyTagClassName
 {
   color: #74ded6;
 }
</style>
background-color css

<style>
 a { background-color: #74ded6; }

 a { background-color: rgb(116,222,214); }

 div.DivClassName
 {
   background-color: #74ded6;
 }
 .BgClassName
 {
   background-color: #74ded6;
 }
</style>
border-color css

<style>
 span { border-color: #74ded6; }

 span { border-color: rgb(116,222,214); }

 td.TdClassName
 {
   border-color: #74ded6;
 }
 .TagClassName
 {
   border-color: #74ded6;
 }
</style>