#39DEC6

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

Shades of Turquoise #39DEC6

Tints of Turquoise #39DEC6

Color information

#39DEC6 (or 0x39DEC6) is unknown color: approx Turquoise. HEX triplet: 39, DE and C6. RGB value is (57,222,198). Sum of RGB (Red+Green+Blue) = 57+222+198=477 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.95% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #39DEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DEC6 is #C62139. Grayscale: #A9A9A9. Windows color (decimal): -12984634 or 13033017. OLE color: 13033017.

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

Color convert

RGB57222198-
CMYK0.7400.110.13
HSL171.27º71.43%54.71%-
HSV(B)171.27º74.32%87.06%-
XYZ3857.1962.46-
YUV169.93143.8447.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.95%
GREEN value IS 222 (87.11% from 255) = 46.54%
BLUE value IS 198 (77.73% from 255) = 41.51%
R=11.95%
G=46.54%
B=41.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal572221980.7400.110.13171.2771.4354.71
Hex39DEC64A0BDab4737
Octal713363061120131525310767
Binary11100111011110110001101001010010111101101010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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