#39DECE

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

Shades of Turquoise #39DECE

Tints of Turquoise #39DECE

Color information

#39DECE (or 0x39DECE) is unknown color: approx Turquoise. HEX triplet: 39, DE and CE. RGB value is (57,222,206). Sum of RGB (Red+Green+Blue) = 57+222+206=485 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.75% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #39DECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DECE is #C62131. Grayscale: #AAAAAA. Windows color (decimal): -12984626 or 13557305. OLE color: 13557305.

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

Color convert

RGB57222206-
CMYK0.7400.070.13
HSL174.18º71.43%54.71%-
HSV(B)174.18º74.32%87.06%-
XYZ38.9557.5767.45-
YUV170.84147.8446.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.75%
GREEN value IS 222 (87.11% from 255) = 45.77%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=11.75%
G=45.77%
B=42.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal572222060.7400.070.13174.1871.4354.71
Hex39DECE4A07Dae4737
Octal71336316112071525610767
Binary1110011101111011001110100101001111101101011101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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