Shades of Turquoise Blue #73D8FA
Tints of Turquoise Blue #73D8FA
RGB
CMYK
RGB Variations
Color information
#73D8FA (or 0x73D8FA) is known color: Turquoise Blue. HEX triplet: 73, D8 and FA. RGB value is (115,216,250). Sum of RGB (Red+Green+Blue) = 115+216+250=581 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.79% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #73D8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D8FA is #8C2705. Grayscale: #BDBDBD. Windows color (decimal): -9185030 or 16439411. OLE color: 16439411.
HSL color Cylindrical-coordinate representation of color #73D8FA: hue angle of 195.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73D8FA is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 216 | 250 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.02 |
| HSL | 195.11º | 0.93% | 0.72% | - |
| HSV(B) | 195.11º | 0.54% | 0.98% | - |
| XYZ | 48.88 | 59.66 | 99.38 | - |
| YUV | 189.68 | 162.04 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 250 | 0.54 | 0.14 | 0 | 0.02 | 195.11 | 0.93 | 0.72 |
| Hex | 73 | D8 | FA | 36 | E | 0 | 2 | C3 | 5D | 48 |
| Octal | 163 | 330 | 372 | 66 | 16 | 0 | 2 | 303 | 135 | 110 |
| Binary | 1110011 | 11011000 | 11111010 | 110110 | 1110 | 0 | 10 | 11000011 | 1011101 | 1001000 |
Color Harmonies of #73D8FA
Complementary color
Monochromatic Colors of #73D8FA
Black with #73D8FA
Text Example
Text Example
White with #73D8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D8FA; }
p { color: rgb(115,216,250); }
H1.HeaderClassName
{
color: #73D8FA;
}
.AnyTagClassName
{
color: #73D8FA;
}
</style>
background-color css
<style>
a { background-color: #73D8FA; }
a { background-color: rgb(115,216,250); }
div.DivClassName
{
background-color: #73D8FA;
}
.BgClassName
{
background-color: #73D8FA;
}
</style>
border-color css
<style>
span { border-color: #73D8FA; }
span { border-color: rgb(115,216,250); }
td.TdClassName
{
border-color: #73D8FA;
}
.TagClassName
{
border-color: #73D8FA;
}
</style>