#39DACC

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

Shades of Turquoise #39DACC

Tints of Turquoise #39DACC

Color information

#39DACC (or 0x39DACC) is unknown color: approx Turquoise. HEX triplet: 39, DA and CC. RGB value is (57,218,204). Sum of RGB (Red+Green+Blue) = 57+218+204=479 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.90% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #39DACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DACC is #C62533. Grayscale: #A8A8A8. Windows color (decimal): -12985652 or 13425209. OLE color: 13425209.

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

Color convert

RGB57218204-
CMYK0.7400.060.15
HSL174.78º68.51%53.92%-
HSV(B)174.78º73.85%85.49%-
XYZ37.6655.3765.83-
YUV168.26148.1648.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.90%
GREEN value IS 218 (85.55% from 255) = 45.51%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=11.90%
G=45.51%
B=42.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal572182040.7400.060.15174.7868.5153.92
Hex39DACC4A06Faf4536
Octal71332314112061725710566
Binary1110011101101011001100100101001101111101011111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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