Shades of Turquoise #39D6DB
Tints of Turquoise #39D6DB
RGB
CMYK
RGB Variations
Color information
#39D6DB (or 0x39D6DB) is known color: Turquoise. HEX triplet: 39, D6 and DB. RGB value is (57,214,219). Sum of RGB (Red+Green+Blue) = 57+214+219=490 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.63% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #39D6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D6DB is #C62924. Grayscale: #A7A7A7. Windows color (decimal): -12986661 or 14407225. OLE color: 14407225.
HSL color Cylindrical-coordinate representation of color #39D6DB: hue angle of 181.85º degrees, saturation: 0.69, 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 #39D6DB is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 214 | 219 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.14 |
| HSL | 181.85º | 0.69% | 0.54% | - |
| HSV(B) | 181.85º | 0.74% | 0.86% | - |
| XYZ | 38.52 | 54.08 | 75.43 | - |
| YUV | 167.63 | 156.99 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 214 | 219 | 0.74 | 0.02 | 0 | 0.14 | 181.85 | 0.69 | 0.54 |
| Hex | 39 | D6 | DB | 4A | 2 | 0 | E | B6 | 45 | 36 |
| Octal | 71 | 326 | 333 | 112 | 2 | 0 | 16 | 266 | 105 | 66 |
| Binary | 111001 | 11010110 | 11011011 | 1001010 | 10 | 0 | 1110 | 10110110 | 1000101 | 110110 |
Color Harmonies of #39D6DB
Complementary color
Monochromatic Colors of #39D6DB
Black with #39D6DB
Text Example
Text Example
White with #39D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D6DB; }
p { color: rgb(57,214,219); }
H1.HeaderClassName
{
color: #39D6DB;
}
.AnyTagClassName
{
color: #39D6DB;
}
</style>
background-color css
<style>
a { background-color: #39D6DB; }
a { background-color: rgb(57,214,219); }
div.DivClassName
{
background-color: #39D6DB;
}
.BgClassName
{
background-color: #39D6DB;
}
</style>
border-color css
<style>
span { border-color: #39D6DB; }
span { border-color: rgb(57,214,219); }
td.TdClassName
{
border-color: #39D6DB;
}
.TagClassName
{
border-color: #39D6DB;
}
</style>