Shades of Turquoise #39D7DB
Tints of Turquoise #39D7DB
RGB
CMYK
RGB Variations
Color information
#39D7DB (or 0x39D7DB) is known color: Turquoise. HEX triplet: 39, D7 and DB. RGB value is (57,215,219). Sum of RGB (Red+Green+Blue) = 57+215+219=491 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.61% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #39D7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D7DB is #C62824. Grayscale: #A8A8A8. Windows color (decimal): -12986405 or 14407481. OLE color: 14407481.
HSL color Cylindrical-coordinate representation of color #39D7DB: hue angle of 181.48º 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 #39D7DB is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 215 | 219 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.14 |
| HSL | 181.48º | 0.69% | 0.54% | - |
| HSV(B) | 181.48º | 0.74% | 0.86% | - |
| XYZ | 38.77 | 54.59 | 75.51 | - |
| YUV | 168.21 | 156.65 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 215 | 219 | 0.74 | 0.02 | 0 | 0.14 | 181.48 | 0.69 | 0.54 |
| Hex | 39 | D7 | DB | 4A | 2 | 0 | E | B5 | 45 | 36 |
| Octal | 71 | 327 | 333 | 112 | 2 | 0 | 16 | 265 | 105 | 66 |
| Binary | 111001 | 11010111 | 11011011 | 1001010 | 10 | 0 | 1110 | 10110101 | 1000101 | 110110 |
Color Harmonies of #39D7DB
Complementary color
Monochromatic Colors of #39D7DB
Black with #39D7DB
Text Example
Text Example
White with #39D7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D7DB; }
p { color: rgb(57,215,219); }
H1.HeaderClassName
{
color: #39D7DB;
}
.AnyTagClassName
{
color: #39D7DB;
}
</style>
background-color css
<style>
a { background-color: #39D7DB; }
a { background-color: rgb(57,215,219); }
div.DivClassName
{
background-color: #39D7DB;
}
.BgClassName
{
background-color: #39D7DB;
}
</style>
border-color css
<style>
span { border-color: #39D7DB; }
span { border-color: rgb(57,215,219); }
td.TdClassName
{
border-color: #39D7DB;
}
.TagClassName
{
border-color: #39D7DB;
}
</style>