Shades of Turquoise Blue #72ECDC
Tints of Turquoise Blue #72ECDC
RGB
CMYK
RGB Variations
Color information
#72ECDC (or 0x72ECDC) is known color: Turquoise Blue. HEX triplet: 72, EC and DC. RGB value is (114,236,220). Sum of RGB (Red+Green+Blue) = 114+236+220=570 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECDC is #8D1323. Grayscale: #C5C5C5. Windows color (decimal): -9245476 or 14478450. OLE color: 14478450.
HSL color Cylindrical-coordinate representation of color #72ECDC: hue angle of 172.13º 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 #72ECDC is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 220 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.07 |
| HSL | 172.13º | 0.76% | 0.69% | - |
| HSV(B) | 172.13º | 0.52% | 0.93% | - |
| XYZ | 49.85 | 68.74 | 78.35 | - |
| YUV | 197.7 | 140.58 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 220 | 0.52 | 0 | 0.07 | 0.07 | 172.13 | 0.76 | 0.69 |
| Hex | 72 | EC | DC | 34 | 0 | 7 | 7 | AC | 4C | 45 |
| Octal | 162 | 354 | 334 | 64 | 0 | 7 | 7 | 254 | 114 | 105 |
| Binary | 1110010 | 11101100 | 11011100 | 110100 | 0 | 111 | 111 | 10101100 | 1001100 | 1000101 |
Color Harmonies of #72ECDC
Complementary color
Monochromatic Colors of #72ECDC
Black with #72ECDC
Text Example
Text Example
White with #72ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECDC; }
p { color: rgb(114,236,220); }
H1.HeaderClassName
{
color: #72ECDC;
}
.AnyTagClassName
{
color: #72ECDC;
}
</style>
background-color css
<style>
a { background-color: #72ECDC; }
a { background-color: rgb(114,236,220); }
div.DivClassName
{
background-color: #72ECDC;
}
.BgClassName
{
background-color: #72ECDC;
}
</style>
border-color css
<style>
span { border-color: #72ECDC; }
span { border-color: rgb(114,236,220); }
td.TdClassName
{
border-color: #72ECDC;
}
.TagClassName
{
border-color: #72ECDC;
}
</style>