Shades of Turquoise Blue #73DFF9
Tints of Turquoise Blue #73DFF9
RGB
CMYK
RGB Variations
Color information
#73DFF9 (or 0x73DFF9) is known color: Turquoise Blue. HEX triplet: 73, DF and F9. RGB value is (115,223,249). Sum of RGB (Red+Green+Blue) = 115+223+249=587 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.59% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #73DFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFF9 is #8C2006. Grayscale: #C1C1C1. Windows color (decimal): -9183239 or 16375667. OLE color: 16375667.
HSL color Cylindrical-coordinate representation of color #73DFF9: hue angle of 191.64º 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 #73DFF9 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 223 | 249 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.02 |
| HSL | 191.64º | 0.92% | 0.71% | - |
| HSV(B) | 191.64º | 0.54% | 0.98% | - |
| XYZ | 50.56 | 63.26 | 99.17 | - |
| YUV | 193.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 249 | 0.54 | 0.10 | 0 | 0.02 | 191.64 | 0.92 | 0.71 |
| Hex | 73 | DF | F9 | 36 | A | 0 | 2 | C0 | 5C | 47 |
| Octal | 163 | 337 | 371 | 66 | 12 | 0 | 2 | 300 | 134 | 107 |
| Binary | 1110011 | 11011111 | 11111001 | 110110 | 1010 | 0 | 10 | 11000000 | 1011100 | 1000111 |
Color Harmonies of #73DFF9
Complementary color
Monochromatic Colors of #73DFF9
Black with #73DFF9
Text Example
Text Example
White with #73DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFF9; }
p { color: rgb(115,223,249); }
H1.HeaderClassName
{
color: #73DFF9;
}
.AnyTagClassName
{
color: #73DFF9;
}
</style>
background-color css
<style>
a { background-color: #73DFF9; }
a { background-color: rgb(115,223,249); }
div.DivClassName
{
background-color: #73DFF9;
}
.BgClassName
{
background-color: #73DFF9;
}
</style>
border-color css
<style>
span { border-color: #73DFF9; }
span { border-color: rgb(115,223,249); }
td.TdClassName
{
border-color: #73DFF9;
}
.TagClassName
{
border-color: #73DFF9;
}
</style>