Shades of Turquoise Blue #72ECDD
Tints of Turquoise Blue #72ECDD
RGB
CMYK
RGB Variations
Color information
#72ECDD (or 0x72ECDD) is known color: Turquoise Blue. HEX triplet: 72, EC and DD. RGB value is (114,236,221). Sum of RGB (Red+Green+Blue) = 114+236+221=571 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.96% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECDD is #8D1322. Grayscale: #C5C5C5. Windows color (decimal): -9245475 or 14543986. OLE color: 14543986.
HSL color Cylindrical-coordinate representation of color #72ECDD: hue angle of 172.62º 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 #72ECDD is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 221 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.07 |
| HSL | 172.62º | 0.76% | 0.69% | - |
| HSV(B) | 172.62º | 0.52% | 0.93% | - |
| XYZ | 49.99 | 68.79 | 79.05 | - |
| YUV | 197.81 | 141.08 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 221 | 0.52 | 0 | 0.06 | 0.07 | 172.62 | 0.76 | 0.69 |
| Hex | 72 | EC | DD | 34 | 0 | 6 | 7 | AD | 4C | 45 |
| Octal | 162 | 354 | 335 | 64 | 0 | 6 | 7 | 255 | 114 | 105 |
| Binary | 1110010 | 11101100 | 11011101 | 110100 | 0 | 110 | 111 | 10101101 | 1001100 | 1000101 |
Color Harmonies of #72ECDD
Complementary color
Monochromatic Colors of #72ECDD
Black with #72ECDD
Text Example
Text Example
White with #72ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECDD; }
p { color: rgb(114,236,221); }
H1.HeaderClassName
{
color: #72ECDD;
}
.AnyTagClassName
{
color: #72ECDD;
}
</style>
background-color css
<style>
a { background-color: #72ECDD; }
a { background-color: rgb(114,236,221); }
div.DivClassName
{
background-color: #72ECDD;
}
.BgClassName
{
background-color: #72ECDD;
}
</style>
border-color css
<style>
span { border-color: #72ECDD; }
span { border-color: rgb(114,236,221); }
td.TdClassName
{
border-color: #72ECDD;
}
.TagClassName
{
border-color: #72ECDD;
}
</style>