Shades of Turquoise Blue #72D1EC
Tints of Turquoise Blue #72D1EC
RGB
CMYK
RGB Variations
Color information
#72D1EC (or 0x72D1EC) is known color: Turquoise Blue. HEX triplet: 72, D1 and EC. RGB value is (114,209,236). Sum of RGB (Red+Green+Blue) = 114+209+236=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #72D1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D1EC is #8D2E13. Grayscale: #B7B7B7. Windows color (decimal): -9252372 or 15520114. OLE color: 15520114.
HSL color Cylindrical-coordinate representation of color #72D1EC: hue angle of 193.28º 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 #72D1EC is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 209 | 236 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.07 |
| HSL | 193.28º | 0.76% | 0.69% | - |
| HSV(B) | 193.28º | 0.52% | 0.93% | - |
| XYZ | 44.88 | 55.23 | 87.65 | - |
| YUV | 183.67 | 157.53 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 209 | 236 | 0.52 | 0.11 | 0 | 0.07 | 193.28 | 0.76 | 0.69 |
| Hex | 72 | D1 | EC | 34 | B | 0 | 7 | C1 | 4C | 45 |
| Octal | 162 | 321 | 354 | 64 | 13 | 0 | 7 | 301 | 114 | 105 |
| Binary | 1110010 | 11010001 | 11101100 | 110100 | 1011 | 0 | 111 | 11000001 | 1001100 | 1000101 |
Color Harmonies of #72D1EC
Complementary color
Monochromatic Colors of #72D1EC
Black with #72D1EC
Text Example
Text Example
White with #72D1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D1EC; }
p { color: rgb(114,209,236); }
H1.HeaderClassName
{
color: #72D1EC;
}
.AnyTagClassName
{
color: #72D1EC;
}
</style>
background-color css
<style>
a { background-color: #72D1EC; }
a { background-color: rgb(114,209,236); }
div.DivClassName
{
background-color: #72D1EC;
}
.BgClassName
{
background-color: #72D1EC;
}
</style>
border-color css
<style>
span { border-color: #72D1EC; }
span { border-color: rgb(114,209,236); }
td.TdClassName
{
border-color: #72D1EC;
}
.TagClassName
{
border-color: #72D1EC;
}
</style>