Shades of Turquoise #39DBCC
Tints of Turquoise #39DBCC
RGB
CMYK
RGB Variations
Color information
#39DBCC (or 0x39DBCC) is known color: Turquoise. HEX triplet: 39, DB and CC. RGB value is (57,219,204). Sum of RGB (Red+Green+Blue) = 57+219+204=480 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.88% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #39DBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DBCC is #C62433. Grayscale: #A8A8A8. Windows color (decimal): -12985396 or 13425465. OLE color: 13425465.
HSL color Cylindrical-coordinate representation of color #39DBCC: hue angle of 174.44º 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 #39DBCC is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 219 | 204 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.14 |
| HSL | 174.44º | 0.69% | 0.54% | - |
| HSV(B) | 174.44º | 0.74% | 0.86% | - |
| XYZ | 37.92 | 55.89 | 65.92 | - |
| YUV | 168.85 | 147.83 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 204 | 0.74 | 0 | 0.07 | 0.14 | 174.44 | 0.69 | 0.54 |
| Hex | 39 | DB | CC | 4A | 0 | 7 | E | AE | 45 | 36 |
| Octal | 71 | 333 | 314 | 112 | 0 | 7 | 16 | 256 | 105 | 66 |
| Binary | 111001 | 11011011 | 11001100 | 1001010 | 0 | 111 | 1110 | 10101110 | 1000101 | 110110 |
Color Harmonies of #39DBCC
Complementary color
Monochromatic Colors of #39DBCC
Black with #39DBCC
Text Example
Text Example
White with #39DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DBCC; }
p { color: rgb(57,219,204); }
H1.HeaderClassName
{
color: #39DBCC;
}
.AnyTagClassName
{
color: #39DBCC;
}
</style>
background-color css
<style>
a { background-color: #39DBCC; }
a { background-color: rgb(57,219,204); }
div.DivClassName
{
background-color: #39DBCC;
}
.BgClassName
{
background-color: #39DBCC;
}
</style>
border-color css
<style>
span { border-color: #39DBCC; }
span { border-color: rgb(57,219,204); }
td.TdClassName
{
border-color: #39DBCC;
}
.TagClassName
{
border-color: #39DBCC;
}
</style>