Shades of Turquoise #39E7D6
Tints of Turquoise #39E7D6
RGB
CMYK
RGB Variations
Color information
#39E7D6 (or 0x39E7D6) is known color: Turquoise. HEX triplet: 39, E7 and D6. RGB value is (57,231,214). Sum of RGB (Red+Green+Blue) = 57+231+214=502 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.35% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 231 - color contains mainly: green. Hex color #39E7D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39E7D6 is #C61829. Grayscale: #B0B0B0. Windows color (decimal): -12982314 or 14083897. OLE color: 14083897.
HSL color Cylindrical-coordinate representation of color #39E7D6: hue angle of 174.14º 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 #39E7D6 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 231 | 214 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.09 |
| HSL | 174.14º | 0.78% | 0.56% | - |
| HSV(B) | 174.14º | 0.75% | 0.91% | - |
| XYZ | 42.4 | 62.88 | 73.52 | - |
| YUV | 177.04 | 148.85 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 231 | 214 | 0.75 | 0 | 0.07 | 0.09 | 174.14 | 0.78 | 0.56 |
| Hex | 39 | E7 | D6 | 4B | 0 | 7 | 9 | AE | 4E | 38 |
| Octal | 71 | 347 | 326 | 113 | 0 | 7 | 11 | 256 | 116 | 70 |
| Binary | 111001 | 11100111 | 11010110 | 1001011 | 0 | 111 | 1001 | 10101110 | 1001110 | 111000 |
Color Harmonies of #39E7D6
Complementary color
Monochromatic Colors of #39E7D6
Black with #39E7D6
Text Example
Text Example
White with #39E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E7D6; }
p { color: rgb(57,231,214); }
H1.HeaderClassName
{
color: #39E7D6;
}
.AnyTagClassName
{
color: #39E7D6;
}
</style>
background-color css
<style>
a { background-color: #39E7D6; }
a { background-color: rgb(57,231,214); }
div.DivClassName
{
background-color: #39E7D6;
}
.BgClassName
{
background-color: #39E7D6;
}
</style>
border-color css
<style>
span { border-color: #39E7D6; }
span { border-color: rgb(57,231,214); }
td.TdClassName
{
border-color: #39E7D6;
}
.TagClassName
{
border-color: #39E7D6;
}
</style>