Shades of Turquoise Blue #73D1EA
Tints of Turquoise Blue #73D1EA
RGB
CMYK
RGB Variations
Color information
#73D1EA (or 0x73D1EA) is known color: Turquoise Blue. HEX triplet: 73, D1 and EA. RGB value is (115,209,234). Sum of RGB (Red+Green+Blue) = 115+209+234=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #73D1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D1EA is #8C2E15. Grayscale: #B7B7B7. Windows color (decimal): -9186838 or 15389043. OLE color: 15389043.
HSL color Cylindrical-coordinate representation of color #73D1EA: hue angle of 192.61º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73D1EA is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 209 | 234 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.08 |
| HSL | 192.61º | 0.74% | 0.68% | - |
| HSV(B) | 192.61º | 0.51% | 0.92% | - |
| XYZ | 44.72 | 55.19 | 86.14 | - |
| YUV | 183.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 234 | 0.51 | 0.11 | 0 | 0.08 | 192.61 | 0.74 | 0.68 |
| Hex | 73 | D1 | EA | 33 | B | 0 | 8 | C1 | 4A | 44 |
| Octal | 163 | 321 | 352 | 63 | 13 | 0 | 10 | 301 | 112 | 104 |
| Binary | 1110011 | 11010001 | 11101010 | 110011 | 1011 | 0 | 1000 | 11000001 | 1001010 | 1000100 |
Color Harmonies of #73D1EA
Complementary color
Monochromatic Colors of #73D1EA
Black with #73D1EA
Text Example
Text Example
White with #73D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D1EA; }
p { color: rgb(115,209,234); }
H1.HeaderClassName
{
color: #73D1EA;
}
.AnyTagClassName
{
color: #73D1EA;
}
</style>
background-color css
<style>
a { background-color: #73D1EA; }
a { background-color: rgb(115,209,234); }
div.DivClassName
{
background-color: #73D1EA;
}
.BgClassName
{
background-color: #73D1EA;
}
</style>
border-color css
<style>
span { border-color: #73D1EA; }
span { border-color: rgb(115,209,234); }
td.TdClassName
{
border-color: #73D1EA;
}
.TagClassName
{
border-color: #73D1EA;
}
</style>