Shades of Turquoise Blue #73D3EC
Tints of Turquoise Blue #73D3EC
RGB
CMYK
RGB Variations
Color information
#73D3EC (or 0x73D3EC) is known color: Turquoise Blue. HEX triplet: 73, D3 and EC. RGB value is (115,211,236). Sum of RGB (Red+Green+Blue) = 115+211+236=562 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.46% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #73D3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D3EC is #8C2C13. Grayscale: #B8B8B8. Windows color (decimal): -9186324 or 15520627. OLE color: 15520627.
HSL color Cylindrical-coordinate representation of color #73D3EC: hue angle of 192.4º 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 #73D3EC is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 211 | 236 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.07 |
| HSL | 192.4º | 0.76% | 0.69% | - |
| HSV(B) | 192.4º | 0.51% | 0.93% | - |
| XYZ | 45.5 | 56.29 | 87.82 | - |
| YUV | 185.15 | 156.7 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 236 | 0.51 | 0.11 | 0 | 0.07 | 192.4 | 0.76 | 0.69 |
| Hex | 73 | D3 | EC | 33 | B | 0 | 7 | C0 | 4C | 45 |
| Octal | 163 | 323 | 354 | 63 | 13 | 0 | 7 | 300 | 114 | 105 |
| Binary | 1110011 | 11010011 | 11101100 | 110011 | 1011 | 0 | 111 | 11000000 | 1001100 | 1000101 |
Color Harmonies of #73D3EC
Complementary color
Monochromatic Colors of #73D3EC
Black with #73D3EC
Text Example
Text Example
White with #73D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D3EC; }
p { color: rgb(115,211,236); }
H1.HeaderClassName
{
color: #73D3EC;
}
.AnyTagClassName
{
color: #73D3EC;
}
</style>
background-color css
<style>
a { background-color: #73D3EC; }
a { background-color: rgb(115,211,236); }
div.DivClassName
{
background-color: #73D3EC;
}
.BgClassName
{
background-color: #73D3EC;
}
</style>
border-color css
<style>
span { border-color: #73D3EC; }
span { border-color: rgb(115,211,236); }
td.TdClassName
{
border-color: #73D3EC;
}
.TagClassName
{
border-color: #73D3EC;
}
</style>