#39DCC3

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

Shades of Turquoise #39DCC3

Tints of Turquoise #39DCC3

Color information

#39DCC3 (or 0x39DCC3) is unknown color: approx Turquoise. HEX triplet: 39, DC and C3. RGB value is (57,220,195). Sum of RGB (Red+Green+Blue) = 57+220+195=472 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.08% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #39DCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCC3 is #C6233C. Grayscale: #A8A8A8. Windows color (decimal): -12985149 or 12835897. OLE color: 12835897.

HSL color Cylindrical-coordinate representation of color #39DCC3: hue angle of 170.8º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DCC3 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB57220195-
CMYK0.7400.110.14
HSL170.8º69.96%54.31%-
HSV(B)170.8º74.09%86.27%-
XYZ37.135660.48-
YUV168.4114348.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.08%
GREEN value IS 220 (86.33% from 255) = 46.61%
BLUE value IS 195 (76.56% from 255) = 41.31%
R=12.08%
G=46.61%
B=41.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal572201950.7400.110.14170.869.9654.31
Hex39DCC34A0BEab4636
Octal713343031120131625310666
Binary11100111011100110000111001010010111110101010111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,220,195); }

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

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

 a { background-color: rgb(57,220,195); }

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

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

 span { border-color: rgb(57,220,195); }

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