Shades of Turquoise Blue #72ECF0
Tints of Turquoise Blue #72ECF0
RGB
CMYK
RGB Variations
Color information
#72ECF0 (or 0x72ECF0) is known color: Turquoise Blue. HEX triplet: 72, EC and F0. RGB value is (114,236,240). Sum of RGB (Red+Green+Blue) = 114+236+240=590 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.32% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #72ECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72ECF0 is #8D130F. Grayscale: #C7C7C7. Windows color (decimal): -9245456 or 15789170. OLE color: 15789170.
HSL color Cylindrical-coordinate representation of color #72ECF0: hue angle of 181.9º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72ECF0 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 236 | 240 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.06 |
| HSL | 181.9º | 0.81% | 0.69% | - |
| HSV(B) | 181.9º | 0.53% | 0.94% | - |
| XYZ | 52.66 | 69.86 | 93.15 | - |
| YUV | 199.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 240 | 0.52 | 0.02 | 0 | 0.06 | 181.9 | 0.81 | 0.69 |
| Hex | 72 | EC | F0 | 34 | 2 | 0 | 6 | B6 | 51 | 45 |
| Octal | 162 | 354 | 360 | 64 | 2 | 0 | 6 | 266 | 121 | 105 |
| Binary | 1110010 | 11101100 | 11110000 | 110100 | 10 | 0 | 110 | 10110110 | 1010001 | 1000101 |
Color Harmonies of #72ECF0
Complementary color
Monochromatic Colors of #72ECF0
Black with #72ECF0
Text Example
Text Example
White with #72ECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECF0; }
p { color: rgb(114,236,240); }
H1.HeaderClassName
{
color: #72ECF0;
}
.AnyTagClassName
{
color: #72ECF0;
}
</style>
background-color css
<style>
a { background-color: #72ECF0; }
a { background-color: rgb(114,236,240); }
div.DivClassName
{
background-color: #72ECF0;
}
.BgClassName
{
background-color: #72ECF0;
}
</style>
border-color css
<style>
span { border-color: #72ECF0; }
span { border-color: rgb(114,236,240); }
td.TdClassName
{
border-color: #72ECF0;
}
.TagClassName
{
border-color: #72ECF0;
}
</style>