#39DACA

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

Shades of Turquoise #39DACA

Tints of Turquoise #39DACA

Color information

#39DACA (or 0x39DACA) is unknown color: approx Turquoise. HEX triplet: 39, DA and CA. RGB value is (57,218,202). Sum of RGB (Red+Green+Blue) = 57+218+202=477 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.95% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #39DACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DACA is #C62535. Grayscale: #A7A7A7. Windows color (decimal): -12985654 or 13294137. OLE color: 13294137.

HSL color Cylindrical-coordinate representation of color #39DACA: hue angle of 174.04º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DACA is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB57218202-
CMYK0.7400.070.15
HSL174.04º68.51%53.92%-
HSV(B)174.04º73.85%85.49%-
XYZ37.4255.2864.57-
YUV168.04147.1648.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.95%
GREEN value IS 218 (85.55% from 255) = 45.70%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=11.95%
G=45.70%
B=42.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal572182020.7400.070.15174.0468.5153.92
Hex39DACA4A07Fae4536
Octal71332312112071725610566
Binary1110011101101011001010100101001111111101011101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,218,202); }

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

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

 a { background-color: rgb(57,218,202); }

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

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

 span { border-color: rgb(57,218,202); }

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