#39D4DC

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

Shades of Turquoise #39D4DC

Tints of Turquoise #39D4DC

Color information

#39D4DC (or 0x39D4DC) is unknown color: approx Turquoise. HEX triplet: 39, D4 and DC. RGB value is (57,212,220). Sum of RGB (Red+Green+Blue) = 57+212+220=489 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.66% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #39D4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D4DC is #C62B23. Grayscale: #A6A6A6. Windows color (decimal): -12987172 or 14472249. OLE color: 14472249.

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

Color convert

RGB57212220-
CMYK0.740.0400.14
HSL182.94º69.96%54.31%-
HSV(B)182.94º74.09%86.27%-
XYZ38.1553.1275.95-
YUV166.57158.1549.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.66%
GREEN value IS 212 (83.20% from 255) = 43.35%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=11.66%
G=43.35%
B=44.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal572122200.740.0400.14182.9469.9654.31
Hex39D4DC4A40Eb74636
Octal71324334112401626710666
Binary1110011101010011011100100101010001110101101111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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