#39E0D6

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

Shades of Turquoise #39E0D6

Tints of Turquoise #39E0D6

Color information

#39E0D6 (or 0x39E0D6) is unknown color: approx Turquoise. HEX triplet: 39, E0 and D6. RGB value is (57,224,214). Sum of RGB (Red+Green+Blue) = 57+224+214=495 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.52% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #39E0D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E0D6 is #C61F29. Grayscale: #ACACAC. Windows color (decimal): -12984106 or 14082105. OLE color: 14082105.

HSL color Cylindrical-coordinate representation of color #39E0D6: hue angle of 176.41º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E0D6 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB57224214-
CMYK0.7500.040.12
HSL176.41º72.93%55.1%-
HSV(B)176.41º74.55%87.84%-
XYZ40.4859.0472.88-
YUV172.93151.1745.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.52%
GREEN value IS 224 (87.89% from 255) = 45.25%
BLUE value IS 214 (83.98% from 255) = 43.23%
R=11.52%
G=45.25%
B=43.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal572242140.7500.040.12176.4172.9355.1
Hex39E0D64B04Cb04937
Octal71340326113041426011167
Binary1110011110000011010110100101101001100101100001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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