#39DED8

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

Shades of Turquoise #39DED8

Tints of Turquoise #39DED8

Color information

#39DED8 (or 0x39DED8) is unknown color: approx Turquoise. HEX triplet: 39, DE and D8. RGB value is (57,222,216). Sum of RGB (Red+Green+Blue) = 57+222+216=495 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.52% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #39DED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DED8 is #C62127. Grayscale: #ABABAB. Windows color (decimal): -12984616 or 14212665. OLE color: 14212665.

HSL color Cylindrical-coordinate representation of color #39DED8: hue angle of 177.82º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DED8 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB57222216-
CMYK0.7400.030.13
HSL177.82º71.43%54.71%-
HSV(B)177.82º74.32%87.06%-
XYZ40.258.0774.06-
YUV171.98152.8445.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.52%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 216 (84.77% from 255) = 43.64%
R=11.52%
G=44.85%
B=43.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal572222160.7400.030.13177.8271.4354.71
Hex39DED84A03Db24737
Octal71336330112031526210767
Binary111001110111101101100010010100111101101100101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39DED8; }

 p { color: rgb(57,222,216); }

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

<style>
 a { background-color: #39DED8; }

 a { background-color: rgb(57,222,216); }

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

<style>
 span { border-color: #39DED8; }

 span { border-color: rgb(57,222,216); }

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