Shades of Turquoise #39DBCF
Tints of Turquoise #39DBCF
RGB
CMYK
RGB Variations
Color information
#39DBCF (or 0x39DBCF) is known color: Turquoise. HEX triplet: 39, DB and CF. RGB value is (57,219,207). Sum of RGB (Red+Green+Blue) = 57+219+207=483 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.80% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #39DBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DBCF is #C62430. Grayscale: #A9A9A9. Windows color (decimal): -12985393 or 13622073. OLE color: 13622073.
HSL color Cylindrical-coordinate representation of color #39DBCF: hue angle of 175.56º 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 #39DBCF is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 219 | 207 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.14 |
| HSL | 175.56º | 0.69% | 0.54% | - |
| HSV(B) | 175.56º | 0.74% | 0.86% | - |
| XYZ | 38.28 | 56.04 | 67.83 | - |
| YUV | 169.19 | 149.33 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 207 | 0.74 | 0 | 0.05 | 0.14 | 175.56 | 0.69 | 0.54 |
| Hex | 39 | DB | CF | 4A | 0 | 5 | E | B0 | 45 | 36 |
| Octal | 71 | 333 | 317 | 112 | 0 | 5 | 16 | 260 | 105 | 66 |
| Binary | 111001 | 11011011 | 11001111 | 1001010 | 0 | 101 | 1110 | 10110000 | 1000101 | 110110 |
Color Harmonies of #39DBCF
Complementary color
Monochromatic Colors of #39DBCF
Black with #39DBCF
Text Example
Text Example
White with #39DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DBCF; }
p { color: rgb(57,219,207); }
H1.HeaderClassName
{
color: #39DBCF;
}
.AnyTagClassName
{
color: #39DBCF;
}
</style>
background-color css
<style>
a { background-color: #39DBCF; }
a { background-color: rgb(57,219,207); }
div.DivClassName
{
background-color: #39DBCF;
}
.BgClassName
{
background-color: #39DBCF;
}
</style>
border-color css
<style>
span { border-color: #39DBCF; }
span { border-color: rgb(57,219,207); }
td.TdClassName
{
border-color: #39DBCF;
}
.TagClassName
{
border-color: #39DBCF;
}
</style>