Shades of Turquoise Blue #72E6D9
Tints of Turquoise Blue #72E6D9
RGB
CMYK
RGB Variations
Color information
#72E6D9 (or 0x72E6D9) is known color: Turquoise Blue. HEX triplet: 72, E6 and D9. RGB value is (114,230,217). Sum of RGB (Red+Green+Blue) = 114+230+217=561 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.32% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #72E6D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E6D9 is #8D1926. Grayscale: #C1C1C1. Windows color (decimal): -9247015 or 14280306. OLE color: 14280306.
HSL color Cylindrical-coordinate representation of color #72E6D9: hue angle of 173.28º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E6D9 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 230 | 217 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.10 |
| HSL | 173.28º | 0.7% | 0.67% | - |
| HSV(B) | 173.28º | 0.5% | 0.9% | - |
| XYZ | 47.76 | 65.18 | 75.71 | - |
| YUV | 193.83 | 141.07 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 230 | 217 | 0.50 | 0 | 0.06 | 0.10 | 173.28 | 0.7 | 0.67 |
| Hex | 72 | E6 | D9 | 32 | 0 | 6 | A | AD | 46 | 43 |
| Octal | 162 | 346 | 331 | 62 | 0 | 6 | 12 | 255 | 106 | 103 |
| Binary | 1110010 | 11100110 | 11011001 | 110010 | 0 | 110 | 1010 | 10101101 | 1000110 | 1000011 |
Color Harmonies of #72E6D9
Complementary color
Monochromatic Colors of #72E6D9
Black with #72E6D9
Text Example
Text Example
White with #72E6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E6D9; }
p { color: rgb(114,230,217); }
H1.HeaderClassName
{
color: #72E6D9;
}
.AnyTagClassName
{
color: #72E6D9;
}
</style>
background-color css
<style>
a { background-color: #72E6D9; }
a { background-color: rgb(114,230,217); }
div.DivClassName
{
background-color: #72E6D9;
}
.BgClassName
{
background-color: #72E6D9;
}
</style>
border-color css
<style>
span { border-color: #72E6D9; }
span { border-color: rgb(114,230,217); }
td.TdClassName
{
border-color: #72E6D9;
}
.TagClassName
{
border-color: #72E6D9;
}
</style>