Shades of Turquoise Blue #72E9D9
Tints of Turquoise Blue #72E9D9
RGB
CMYK
RGB Variations
Color information
#72E9D9 (or 0x72E9D9) is known color: Turquoise Blue. HEX triplet: 72, E9 and D9. RGB value is (114,233,217). Sum of RGB (Red+Green+Blue) = 114+233+217=564 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.21% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #72E9D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E9D9 is #8D1626. Grayscale: #C3C3C3. Windows color (decimal): -9246247 or 14281074. OLE color: 14281074.
HSL color Cylindrical-coordinate representation of color #72E9D9: hue angle of 171.93º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E9D9 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 233 | 217 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.09 |
| HSL | 171.93º | 0.73% | 0.68% | - |
| HSV(B) | 171.93º | 0.51% | 0.91% | - |
| XYZ | 48.6 | 66.86 | 75.99 | - |
| YUV | 195.6 | 140.08 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 233 | 217 | 0.51 | 0 | 0.07 | 0.09 | 171.93 | 0.73 | 0.68 |
| Hex | 72 | E9 | D9 | 33 | 0 | 7 | 9 | AC | 49 | 44 |
| Octal | 162 | 351 | 331 | 63 | 0 | 7 | 11 | 254 | 111 | 104 |
| Binary | 1110010 | 11101001 | 11011001 | 110011 | 0 | 111 | 1001 | 10101100 | 1001001 | 1000100 |
Color Harmonies of #72E9D9
Complementary color
Monochromatic Colors of #72E9D9
Black with #72E9D9
Text Example
Text Example
White with #72E9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E9D9; }
p { color: rgb(114,233,217); }
H1.HeaderClassName
{
color: #72E9D9;
}
.AnyTagClassName
{
color: #72E9D9;
}
</style>
background-color css
<style>
a { background-color: #72E9D9; }
a { background-color: rgb(114,233,217); }
div.DivClassName
{
background-color: #72E9D9;
}
.BgClassName
{
background-color: #72E9D9;
}
</style>
border-color css
<style>
span { border-color: #72E9D9; }
span { border-color: rgb(114,233,217); }
td.TdClassName
{
border-color: #72E9D9;
}
.TagClassName
{
border-color: #72E9D9;
}
</style>