Shades of Turquoise Blue #72ECDF
Tints of Turquoise Blue #72ECDF
RGB
CMYK
RGB Variations
Color information
#72ECDF (or 0x72ECDF) is known color: Turquoise Blue. HEX triplet: 72, EC and DF. RGB value is (114,236,223). Sum of RGB (Red+Green+Blue) = 114+236+223=573 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.90% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECDF is #8D1320. Grayscale: #C5C5C5. Windows color (decimal): -9245473 or 14675058. OLE color: 14675058.
HSL color Cylindrical-coordinate representation of color #72ECDF: hue angle of 173.61º 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 #72ECDF is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 223 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.07 |
| HSL | 173.61º | 0.76% | 0.69% | - |
| HSV(B) | 173.61º | 0.52% | 0.93% | - |
| XYZ | 50.25 | 68.9 | 80.46 | - |
| YUV | 198.04 | 142.08 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 223 | 0.52 | 0 | 0.06 | 0.07 | 173.61 | 0.76 | 0.69 |
| Hex | 72 | EC | DF | 34 | 0 | 6 | 7 | AE | 4C | 45 |
| Octal | 162 | 354 | 337 | 64 | 0 | 6 | 7 | 256 | 114 | 105 |
| Binary | 1110010 | 11101100 | 11011111 | 110100 | 0 | 110 | 111 | 10101110 | 1001100 | 1000101 |
Color Harmonies of #72ECDF
Complementary color
Monochromatic Colors of #72ECDF
Black with #72ECDF
Text Example
Text Example
White with #72ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECDF; }
p { color: rgb(114,236,223); }
H1.HeaderClassName
{
color: #72ECDF;
}
.AnyTagClassName
{
color: #72ECDF;
}
</style>
background-color css
<style>
a { background-color: #72ECDF; }
a { background-color: rgb(114,236,223); }
div.DivClassName
{
background-color: #72ECDF;
}
.BgClassName
{
background-color: #72ECDF;
}
</style>
border-color css
<style>
span { border-color: #72ECDF; }
span { border-color: rgb(114,236,223); }
td.TdClassName
{
border-color: #72ECDF;
}
.TagClassName
{
border-color: #72ECDF;
}
</style>