Shades of Turquoise #39E7DB
Tints of Turquoise #39E7DB
RGB
CMYK
RGB Variations
Color information
#39E7DB (or 0x39E7DB) is known color: Turquoise. HEX triplet: 39, E7 and DB. RGB value is (57,231,219). Sum of RGB (Red+Green+Blue) = 57+231+219=507 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.24% from 507); Green value is 231 (90.62% from 255 or 45.56% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 231 - color contains mainly: green. Hex color #39E7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39E7DB is #C61824. Grayscale: #B1B1B1. Windows color (decimal): -12982309 or 14411577. OLE color: 14411577.
HSL color Cylindrical-coordinate representation of color #39E7DB: hue angle of 175.86º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E7DB is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 231 | 219 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.09 |
| HSL | 175.86º | 0.78% | 0.56% | - |
| HSV(B) | 175.86º | 0.75% | 0.91% | - |
| XYZ | 43.05 | 63.14 | 76.94 | - |
| YUV | 177.61 | 151.35 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 231 | 219 | 0.75 | 0 | 0.05 | 0.09 | 175.86 | 0.78 | 0.56 |
| Hex | 39 | E7 | DB | 4B | 0 | 5 | 9 | B0 | 4E | 38 |
| Octal | 71 | 347 | 333 | 113 | 0 | 5 | 11 | 260 | 116 | 70 |
| Binary | 111001 | 11100111 | 11011011 | 1001011 | 0 | 101 | 1001 | 10110000 | 1001110 | 111000 |
Color Harmonies of #39E7DB
Complementary color
Monochromatic Colors of #39E7DB
Black with #39E7DB
Text Example
Text Example
White with #39E7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E7DB; }
p { color: rgb(57,231,219); }
H1.HeaderClassName
{
color: #39E7DB;
}
.AnyTagClassName
{
color: #39E7DB;
}
</style>
background-color css
<style>
a { background-color: #39E7DB; }
a { background-color: rgb(57,231,219); }
div.DivClassName
{
background-color: #39E7DB;
}
.BgClassName
{
background-color: #39E7DB;
}
</style>
border-color css
<style>
span { border-color: #39E7DB; }
span { border-color: rgb(57,231,219); }
td.TdClassName
{
border-color: #39E7DB;
}
.TagClassName
{
border-color: #39E7DB;
}
</style>