Shades of Turquoise #39D4DC
Tints of Turquoise #39D4DC
RGB
CMYK
RGB Variations
Color information
#39D4DC (or 0x39D4DC) is known color: 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
| RGB | 57 | 212 | 220 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.14 |
| HSL | 182.94º | 0.7% | 0.54% | - |
| HSV(B) | 182.94º | 0.74% | 0.86% | - |
| XYZ | 38.15 | 53.12 | 75.95 | - |
| YUV | 166.57 | 158.15 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 212 | 220 | 0.74 | 0.04 | 0 | 0.14 | 182.94 | 0.7 | 0.54 |
| Hex | 39 | D4 | DC | 4A | 4 | 0 | E | B7 | 46 | 36 |
| Octal | 71 | 324 | 334 | 112 | 4 | 0 | 16 | 267 | 106 | 66 |
| Binary | 111001 | 11010100 | 11011100 | 1001010 | 100 | 0 | 1110 | 10110111 | 1000110 | 110110 |
Color Harmonies of #39D4DC
Complementary color
Monochromatic Colors of #39D4DC
Black with #39D4DC
Text Example
Text Example
White with #39D4DC
Text Example
Text Example
HTML Codes & Css Web 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>