Shades of Turquoise #39DBCE
Tints of Turquoise #39DBCE
RGB
CMYK
RGB Variations
Color information
#39DBCE (or 0x39DBCE) is known color: Turquoise. HEX triplet: 39, DB and CE. RGB value is (57,219,206). Sum of RGB (Red+Green+Blue) = 57+219+206=482 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.83% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #39DBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DBCE is #C62431. Grayscale: #A8A8A8. Windows color (decimal): -12985394 or 13556537. OLE color: 13556537.
HSL color Cylindrical-coordinate representation of color #39DBCE: hue angle of 175.19º 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 #39DBCE is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 219 | 206 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.14 |
| HSL | 175.19º | 0.69% | 0.54% | - |
| HSV(B) | 175.19º | 0.74% | 0.86% | - |
| XYZ | 38.16 | 55.99 | 67.19 | - |
| YUV | 169.08 | 148.83 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 206 | 0.74 | 0 | 0.06 | 0.14 | 175.19 | 0.69 | 0.54 |
| Hex | 39 | DB | CE | 4A | 0 | 6 | E | AF | 45 | 36 |
| Octal | 71 | 333 | 316 | 112 | 0 | 6 | 16 | 257 | 105 | 66 |
| Binary | 111001 | 11011011 | 11001110 | 1001010 | 0 | 110 | 1110 | 10101111 | 1000101 | 110110 |
Color Harmonies of #39DBCE
Complementary color
Monochromatic Colors of #39DBCE
Black with #39DBCE
Text Example
Text Example
White with #39DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DBCE; }
p { color: rgb(57,219,206); }
H1.HeaderClassName
{
color: #39DBCE;
}
.AnyTagClassName
{
color: #39DBCE;
}
</style>
background-color css
<style>
a { background-color: #39DBCE; }
a { background-color: rgb(57,219,206); }
div.DivClassName
{
background-color: #39DBCE;
}
.BgClassName
{
background-color: #39DBCE;
}
</style>
border-color css
<style>
span { border-color: #39DBCE; }
span { border-color: rgb(57,219,206); }
td.TdClassName
{
border-color: #39DBCE;
}
.TagClassName
{
border-color: #39DBCE;
}
</style>