Shades of Turquoise Blue #73D1EB
Tints of Turquoise Blue #73D1EB
RGB
CMYK
RGB Variations
Color information
#73D1EB (or 0x73D1EB) is known color: Turquoise Blue. HEX triplet: 73, D1 and EB. RGB value is (115,209,235). Sum of RGB (Red+Green+Blue) = 115+209+235=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #73D1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D1EB is #8C2E14. Grayscale: #B7B7B7. Windows color (decimal): -9186837 or 15454579. OLE color: 15454579.
HSL color Cylindrical-coordinate representation of color #73D1EB: hue angle of 193º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73D1EB is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 209 | 235 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.08 |
| HSL | 193º | 0.75% | 0.69% | - |
| HSV(B) | 193º | 0.51% | 0.92% | - |
| XYZ | 44.87 | 55.24 | 86.9 | - |
| YUV | 183.86 | 156.86 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 235 | 0.51 | 0.11 | 0 | 0.08 | 193 | 0.75 | 0.69 |
| Hex | 73 | D1 | EB | 33 | B | 0 | 8 | C1 | 4B | 45 |
| Octal | 163 | 321 | 353 | 63 | 13 | 0 | 10 | 301 | 113 | 105 |
| Binary | 1110011 | 11010001 | 11101011 | 110011 | 1011 | 0 | 1000 | 11000001 | 1001011 | 1000101 |
Color Harmonies of #73D1EB
Complementary color
Monochromatic Colors of #73D1EB
Black with #73D1EB
Text Example
Text Example
White with #73D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D1EB; }
p { color: rgb(115,209,235); }
H1.HeaderClassName
{
color: #73D1EB;
}
.AnyTagClassName
{
color: #73D1EB;
}
</style>
background-color css
<style>
a { background-color: #73D1EB; }
a { background-color: rgb(115,209,235); }
div.DivClassName
{
background-color: #73D1EB;
}
.BgClassName
{
background-color: #73D1EB;
}
</style>
border-color css
<style>
span { border-color: #73D1EB; }
span { border-color: rgb(115,209,235); }
td.TdClassName
{
border-color: #73D1EB;
}
.TagClassName
{
border-color: #73D1EB;
}
</style>