Shades of Turquoise #39DBCB
Tints of Turquoise #39DBCB
RGB
CMYK
RGB Variations
Color information
#39DBCB (or 0x39DBCB) is known color: Turquoise. HEX triplet: 39, DB and CB. RGB value is (57,219,203). Sum of RGB (Red+Green+Blue) = 57+219+203=479 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.90% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #39DBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DBCB is #C62434. Grayscale: #A8A8A8. Windows color (decimal): -12985397 or 13359929. OLE color: 13359929.
HSL color Cylindrical-coordinate representation of color #39DBCB: hue angle of 174.07º 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 #39DBCB is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 219 | 203 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.14 |
| HSL | 174.07º | 0.69% | 0.54% | - |
| HSV(B) | 174.07º | 0.74% | 0.86% | - |
| XYZ | 37.8 | 55.84 | 65.29 | - |
| YUV | 168.74 | 147.33 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 203 | 0.74 | 0 | 0.07 | 0.14 | 174.07 | 0.69 | 0.54 |
| Hex | 39 | DB | CB | 4A | 0 | 7 | E | AE | 45 | 36 |
| Octal | 71 | 333 | 313 | 112 | 0 | 7 | 16 | 256 | 105 | 66 |
| Binary | 111001 | 11011011 | 11001011 | 1001010 | 0 | 111 | 1110 | 10101110 | 1000101 | 110110 |
Color Harmonies of #39DBCB
Complementary color
Monochromatic Colors of #39DBCB
Black with #39DBCB
Text Example
Text Example
White with #39DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DBCB; }
p { color: rgb(57,219,203); }
H1.HeaderClassName
{
color: #39DBCB;
}
.AnyTagClassName
{
color: #39DBCB;
}
</style>
background-color css
<style>
a { background-color: #39DBCB; }
a { background-color: rgb(57,219,203); }
div.DivClassName
{
background-color: #39DBCB;
}
.BgClassName
{
background-color: #39DBCB;
}
</style>
border-color css
<style>
span { border-color: #39DBCB; }
span { border-color: rgb(57,219,203); }
td.TdClassName
{
border-color: #39DBCB;
}
.TagClassName
{
border-color: #39DBCB;
}
</style>