#39DFD6

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

Shades of Turquoise #39DFD6

Tints of Turquoise #39DFD6

Color information

#39DFD6 (or 0x39DFD6) is unknown color: approx Turquoise. HEX triplet: 39, DF and D6. RGB value is (57,223,214). Sum of RGB (Red+Green+Blue) = 57+223+214=494 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.54% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #39DFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DFD6 is #C62029. Grayscale: #ACACAC. Windows color (decimal): -12984362 or 14081849. OLE color: 14081849.

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

Color convert

RGB57223214-
CMYK0.7400.040.13
HSL176.75º72.17%54.9%-
HSV(B)176.75º74.44%87.45%-
XYZ40.2158.572.79-
YUV172.34151.545.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.54%
GREEN value IS 223 (87.5% from 255) = 45.14%
BLUE value IS 214 (83.98% from 255) = 43.32%
R=11.54%
G=45.14%
B=43.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal572232140.7400.040.13176.7572.1754.9
Hex39DFD64A04Db14837
Octal71337326112041526111067
Binary1110011101111111010110100101001001101101100011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,223,214); }

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

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

 a { background-color: rgb(57,223,214); }

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

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

 span { border-color: rgb(57,223,214); }

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