Shades of Turquoise Blue #72D2EC
Tints of Turquoise Blue #72D2EC
RGB
CMYK
RGB Variations
Color information
#72D2EC (or 0x72D2EC) is known color: Turquoise Blue. HEX triplet: 72, D2 and EC. RGB value is (114,210,236). Sum of RGB (Red+Green+Blue) = 114+210+236=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #72D2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D2EC is #8D2D13. Grayscale: #B8B8B8. Windows color (decimal): -9252116 or 15520370. OLE color: 15520370.
HSL color Cylindrical-coordinate representation of color #72D2EC: hue angle of 192.79º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72D2EC is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 210 | 236 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.07 |
| HSL | 192.79º | 0.76% | 0.69% | - |
| HSV(B) | 192.79º | 0.52% | 0.93% | - |
| XYZ | 45.13 | 55.73 | 87.73 | - |
| YUV | 184.26 | 157.2 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 236 | 0.52 | 0.11 | 0 | 0.07 | 192.79 | 0.76 | 0.69 |
| Hex | 72 | D2 | EC | 34 | B | 0 | 7 | C1 | 4C | 45 |
| Octal | 162 | 322 | 354 | 64 | 13 | 0 | 7 | 301 | 114 | 105 |
| Binary | 1110010 | 11010010 | 11101100 | 110100 | 1011 | 0 | 111 | 11000001 | 1001100 | 1000101 |
Color Harmonies of #72D2EC
Complementary color
Monochromatic Colors of #72D2EC
Black with #72D2EC
Text Example
Text Example
White with #72D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D2EC; }
p { color: rgb(114,210,236); }
H1.HeaderClassName
{
color: #72D2EC;
}
.AnyTagClassName
{
color: #72D2EC;
}
</style>
background-color css
<style>
a { background-color: #72D2EC; }
a { background-color: rgb(114,210,236); }
div.DivClassName
{
background-color: #72D2EC;
}
.BgClassName
{
background-color: #72D2EC;
}
</style>
border-color css
<style>
span { border-color: #72D2EC; }
span { border-color: rgb(114,210,236); }
td.TdClassName
{
border-color: #72D2EC;
}
.TagClassName
{
border-color: #72D2EC;
}
</style>