Shades of Turquoise Blue #73D1EC
Tints of Turquoise Blue #73D1EC
RGB
CMYK
RGB Variations
Color information
#73D1EC (or 0x73D1EC) is known color: Turquoise Blue. HEX triplet: 73, D1 and EC. RGB value is (115,209,236). Sum of RGB (Red+Green+Blue) = 115+209+236=560 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.54% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #73D1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D1EC is #8C2E13. Grayscale: #B7B7B7. Windows color (decimal): -9186836 or 15520115. OLE color: 15520115.
HSL color Cylindrical-coordinate representation of color #73D1EC: hue angle of 193.39º 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 #73D1EC is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 209 | 236 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.07 |
| HSL | 193.39º | 0.76% | 0.69% | - |
| HSV(B) | 193.39º | 0.51% | 0.93% | - |
| XYZ | 45.01 | 55.3 | 87.66 | - |
| YUV | 183.97 | 157.36 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 236 | 0.51 | 0.11 | 0 | 0.07 | 193.39 | 0.76 | 0.69 |
| Hex | 73 | D1 | EC | 33 | B | 0 | 7 | C1 | 4C | 45 |
| Octal | 163 | 321 | 354 | 63 | 13 | 0 | 7 | 301 | 114 | 105 |
| Binary | 1110011 | 11010001 | 11101100 | 110011 | 1011 | 0 | 111 | 11000001 | 1001100 | 1000101 |
Color Harmonies of #73D1EC
Complementary color
Monochromatic Colors of #73D1EC
Black with #73D1EC
Text Example
Text Example
White with #73D1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D1EC; }
p { color: rgb(115,209,236); }
H1.HeaderClassName
{
color: #73D1EC;
}
.AnyTagClassName
{
color: #73D1EC;
}
</style>
background-color css
<style>
a { background-color: #73D1EC; }
a { background-color: rgb(115,209,236); }
div.DivClassName
{
background-color: #73D1EC;
}
.BgClassName
{
background-color: #73D1EC;
}
</style>
border-color css
<style>
span { border-color: #73D1EC; }
span { border-color: rgb(115,209,236); }
td.TdClassName
{
border-color: #73D1EC;
}
.TagClassName
{
border-color: #73D1EC;
}
</style>