Shades of Turquoise Blue #72DBEC
Tints of Turquoise Blue #72DBEC
RGB
CMYK
RGB Variations
Color information
#72DBEC (or 0x72DBEC) is known color: Turquoise Blue. HEX triplet: 72, DB and EC. RGB value is (114,219,236). Sum of RGB (Red+Green+Blue) = 114+219+236=569 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.04% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #72DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DBEC is #8D2413. Grayscale: #BDBDBD. Windows color (decimal): -9249812 or 15522674. OLE color: 15522674.
HSL color Cylindrical-coordinate representation of color #72DBEC: hue angle of 188.36º 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 #72DBEC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 219 | 236 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.07 |
| HSL | 188.36º | 0.76% | 0.69% | - |
| HSV(B) | 188.36º | 0.52% | 0.93% | - |
| XYZ | 47.41 | 60.3 | 88.5 | - |
| YUV | 189.54 | 154.21 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 236 | 0.52 | 0.07 | 0 | 0.07 | 188.36 | 0.76 | 0.69 |
| Hex | 72 | DB | EC | 34 | 7 | 0 | 7 | BC | 4C | 45 |
| Octal | 162 | 333 | 354 | 64 | 7 | 0 | 7 | 274 | 114 | 105 |
| Binary | 1110010 | 11011011 | 11101100 | 110100 | 111 | 0 | 111 | 10111100 | 1001100 | 1000101 |
Color Harmonies of #72DBEC
Complementary color
Monochromatic Colors of #72DBEC
Black with #72DBEC
Text Example
Text Example
White with #72DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DBEC; }
p { color: rgb(114,219,236); }
H1.HeaderClassName
{
color: #72DBEC;
}
.AnyTagClassName
{
color: #72DBEC;
}
</style>
background-color css
<style>
a { background-color: #72DBEC; }
a { background-color: rgb(114,219,236); }
div.DivClassName
{
background-color: #72DBEC;
}
.BgClassName
{
background-color: #72DBEC;
}
</style>
border-color css
<style>
span { border-color: #72DBEC; }
span { border-color: rgb(114,219,236); }
td.TdClassName
{
border-color: #72DBEC;
}
.TagClassName
{
border-color: #72DBEC;
}
</style>