Shades of Turquoise Blue #73D8F9
Tints of Turquoise Blue #73D8F9
RGB
CMYK
RGB Variations
Color information
#73D8F9 (or 0x73D8F9) is known color: Turquoise Blue. HEX triplet: 73, D8 and F9. RGB value is (115,216,249). Sum of RGB (Red+Green+Blue) = 115+216+249=580 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.83% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #73D8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D8F9 is #8C2706. Grayscale: #BDBDBD. Windows color (decimal): -9185031 or 16373875. OLE color: 16373875.
HSL color Cylindrical-coordinate representation of color #73D8F9: hue angle of 194.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73D8F9 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 216 | 249 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.02 |
| HSL | 194.78º | 0.92% | 0.71% | - |
| HSV(B) | 194.78º | 0.54% | 0.98% | - |
| XYZ | 48.72 | 59.6 | 98.56 | - |
| YUV | 189.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 249 | 0.54 | 0.13 | 0 | 0.02 | 194.78 | 0.92 | 0.71 |
| Hex | 73 | D8 | F9 | 36 | D | 0 | 2 | C3 | 5C | 47 |
| Octal | 163 | 330 | 371 | 66 | 15 | 0 | 2 | 303 | 134 | 107 |
| Binary | 1110011 | 11011000 | 11111001 | 110110 | 1101 | 0 | 10 | 11000011 | 1011100 | 1000111 |
Color Harmonies of #73D8F9
Complementary color
Monochromatic Colors of #73D8F9
Black with #73D8F9
Text Example
Text Example
White with #73D8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D8F9; }
p { color: rgb(115,216,249); }
H1.HeaderClassName
{
color: #73D8F9;
}
.AnyTagClassName
{
color: #73D8F9;
}
</style>
background-color css
<style>
a { background-color: #73D8F9; }
a { background-color: rgb(115,216,249); }
div.DivClassName
{
background-color: #73D8F9;
}
.BgClassName
{
background-color: #73D8F9;
}
</style>
border-color css
<style>
span { border-color: #73D8F9; }
span { border-color: rgb(115,216,249); }
td.TdClassName
{
border-color: #73D8F9;
}
.TagClassName
{
border-color: #73D8F9;
}
</style>