Shades of Turquoise #39DBBC
Tints of Turquoise #39DBBC
RGB
CMYK
RGB Variations
Color information
#39DBBC (or 0x39DBBC) is known color: Turquoise. HEX triplet: 39, DB and BC. RGB value is (57,219,188). Sum of RGB (Red+Green+Blue) = 57+219+188=464 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.28% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #39DBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DBBC is #C62443. Grayscale: #A6A6A6. Windows color (decimal): -12985412 or 12376889. OLE color: 12376889.
HSL color Cylindrical-coordinate representation of color #39DBBC: hue angle of 168.52º 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 #39DBBC is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 219 | 188 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.14 |
| HSL | 168.52º | 0.69% | 0.54% | - |
| HSV(B) | 168.52º | 0.74% | 0.86% | - |
| XYZ | 36.1 | 55.16 | 56.32 | - |
| YUV | 167.03 | 139.83 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 188 | 0.74 | 0 | 0.14 | 0.14 | 168.52 | 0.69 | 0.54 |
| Hex | 39 | DB | BC | 4A | 0 | E | E | A9 | 45 | 36 |
| Octal | 71 | 333 | 274 | 112 | 0 | 16 | 16 | 251 | 105 | 66 |
| Binary | 111001 | 11011011 | 10111100 | 1001010 | 0 | 1110 | 1110 | 10101001 | 1000101 | 110110 |
Color Harmonies of #39DBBC
Complementary color
Monochromatic Colors of #39DBBC
Black with #39DBBC
Text Example
Text Example
White with #39DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DBBC; }
p { color: rgb(57,219,188); }
H1.HeaderClassName
{
color: #39DBBC;
}
.AnyTagClassName
{
color: #39DBBC;
}
</style>
background-color css
<style>
a { background-color: #39DBBC; }
a { background-color: rgb(57,219,188); }
div.DivClassName
{
background-color: #39DBBC;
}
.BgClassName
{
background-color: #39DBBC;
}
</style>
border-color css
<style>
span { border-color: #39DBBC; }
span { border-color: rgb(57,219,188); }
td.TdClassName
{
border-color: #39DBBC;
}
.TagClassName
{
border-color: #39DBBC;
}
</style>