Shades of Turquoise Blue #73D8E6
Tints of Turquoise Blue #73D8E6
RGB
CMYK
RGB Variations
Color information
#73D8E6 (or 0x73D8E6) is known color: Turquoise Blue. HEX triplet: 73, D8 and E6. RGB value is (115,216,230). Sum of RGB (Red+Green+Blue) = 115+216+230=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #73D8E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D8E6 is #8C2719. Grayscale: #BBBBBB. Windows color (decimal): -9185050 or 15128691. OLE color: 15128691.
HSL color Cylindrical-coordinate representation of color #73D8E6: hue angle of 187.3º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73D8E6 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 216 | 230 | - |
| CMYK | 0.5 | 0.06 | 0 | 0.10 |
| HSL | 187.3º | 0.7% | 0.68% | - |
| HSV(B) | 187.3º | 0.5% | 0.9% | - |
| XYZ | 45.91 | 58.47 | 83.73 | - |
| YUV | 187.4 | 152.04 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 230 | 0.5 | 0.06 | 0 | 0.10 | 187.3 | 0.7 | 0.68 |
| Hex | 73 | D8 | E6 | 32 | 6 | 0 | A | BB | 46 | 44 |
| Octal | 163 | 330 | 346 | 62 | 6 | 0 | 12 | 273 | 106 | 104 |
| Binary | 1110011 | 11011000 | 11100110 | 110010 | 110 | 0 | 1010 | 10111011 | 1000110 | 1000100 |
Color Harmonies of #73D8E6
Complementary color
Monochromatic Colors of #73D8E6
Black with #73D8E6
Text Example
Text Example
White with #73D8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D8E6; }
p { color: rgb(115,216,230); }
H1.HeaderClassName
{
color: #73D8E6;
}
.AnyTagClassName
{
color: #73D8E6;
}
</style>
background-color css
<style>
a { background-color: #73D8E6; }
a { background-color: rgb(115,216,230); }
div.DivClassName
{
background-color: #73D8E6;
}
.BgClassName
{
background-color: #73D8E6;
}
</style>
border-color css
<style>
span { border-color: #73D8E6; }
span { border-color: rgb(115,216,230); }
td.TdClassName
{
border-color: #73D8E6;
}
.TagClassName
{
border-color: #73D8E6;
}
</style>