#39DECC

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

Shades of Turquoise #39DECC

Tints of Turquoise #39DECC

Color information

#39DECC (or 0x39DECC) is unknown color: approx Turquoise. HEX triplet: 39, DE and CC. RGB value is (57,222,204). Sum of RGB (Red+Green+Blue) = 57+222+204=483 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.80% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #39DECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DECC is #C62133. Grayscale: #AAAAAA. Windows color (decimal): -12984628 or 13426233. OLE color: 13426233.

HSL color Cylindrical-coordinate representation of color #39DECC: hue angle of 173.45º 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 #39DECC is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB57222204-
CMYK0.7400.080.13
HSL173.45º71.43%54.71%-
HSV(B)173.45º74.32%87.06%-
XYZ38.7157.4766.18-
YUV170.61146.8446.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.80%
GREEN value IS 222 (87.11% from 255) = 45.96%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=11.80%
G=45.96%
B=42.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal572222040.7400.080.13173.4571.4354.71
Hex39DECC4A08Dad4737
Octal713363141120101525510767
Binary11100111011110110011001001010010001101101011011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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