#39DACB

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

Shades of Turquoise #39DACB

Tints of Turquoise #39DACB

Color information

#39DACB (or 0x39DACB) is unknown color: approx Turquoise. HEX triplet: 39, DA and CB. RGB value is (57,218,203). Sum of RGB (Red+Green+Blue) = 57+218+203=478 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.92% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #39DACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DACB is #C62534. Grayscale: #A8A8A8. Windows color (decimal): -12985653 or 13359673. OLE color: 13359673.

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

Color convert

RGB57218203-
CMYK0.7400.070.15
HSL174.41º68.51%53.92%-
HSV(B)174.41º73.85%85.49%-
XYZ37.5455.3265.2-
YUV168.15147.6648.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.92%
GREEN value IS 218 (85.55% from 255) = 45.61%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=11.92%
G=45.61%
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.15
SystemRedGreenBlueCMYKHSL
Decimal572182030.7400.070.15174.4168.5153.92
Hex39DACB4A07Fae4536
Octal71332313112071725610566
Binary1110011101101011001011100101001111111101011101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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