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