Shades of Turquoise Blue #73D2EC
Tints of Turquoise Blue #73D2EC
RGB
CMYK
RGB Variations
Color information
#73D2EC (or 0x73D2EC) is known color: Turquoise Blue. HEX triplet: 73, D2 and EC. RGB value is (115,210,236). Sum of RGB (Red+Green+Blue) = 115+210+236=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #73D2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D2EC is #8C2D13. Grayscale: #B8B8B8. Windows color (decimal): -9186580 or 15520371. OLE color: 15520371.
HSL color Cylindrical-coordinate representation of color #73D2EC: hue angle of 192.89º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73D2EC is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 210 | 236 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.07 |
| HSL | 192.89º | 0.76% | 0.69% | - |
| HSV(B) | 192.89º | 0.51% | 0.93% | - |
| XYZ | 45.26 | 55.79 | 87.74 | - |
| YUV | 184.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 236 | 0.51 | 0.11 | 0 | 0.07 | 192.89 | 0.76 | 0.69 |
| Hex | 73 | D2 | EC | 33 | B | 0 | 7 | C1 | 4C | 45 |
| Octal | 163 | 322 | 354 | 63 | 13 | 0 | 7 | 301 | 114 | 105 |
| Binary | 1110011 | 11010010 | 11101100 | 110011 | 1011 | 0 | 111 | 11000001 | 1001100 | 1000101 |
Color Harmonies of #73D2EC
Complementary color
Monochromatic Colors of #73D2EC
Black with #73D2EC
Text Example
Text Example
White with #73D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D2EC; }
p { color: rgb(115,210,236); }
H1.HeaderClassName
{
color: #73D2EC;
}
.AnyTagClassName
{
color: #73D2EC;
}
</style>
background-color css
<style>
a { background-color: #73D2EC; }
a { background-color: rgb(115,210,236); }
div.DivClassName
{
background-color: #73D2EC;
}
.BgClassName
{
background-color: #73D2EC;
}
</style>
border-color css
<style>
span { border-color: #73D2EC; }
span { border-color: rgb(115,210,236); }
td.TdClassName
{
border-color: #73D2EC;
}
.TagClassName
{
border-color: #73D2EC;
}
</style>