Shades of Turquoise Blue #73DDF9
Tints of Turquoise Blue #73DDF9
RGB
CMYK
RGB Variations
Color information
#73DDF9 (or 0x73DDF9) is known color: Turquoise Blue. HEX triplet: 73, DD and F9. RGB value is (115,221,249). Sum of RGB (Red+Green+Blue) = 115+221+249=585 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.66% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #73DDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DDF9 is #8C2206. Grayscale: #C0C0C0. Windows color (decimal): -9183751 or 16375155. OLE color: 16375155.
HSL color Cylindrical-coordinate representation of color #73DDF9: hue angle of 192.54º 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 #73DDF9 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 221 | 249 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.02 |
| HSL | 192.54º | 0.92% | 0.71% | - |
| HSV(B) | 192.54º | 0.54% | 0.98% | - |
| XYZ | 50.03 | 62.2 | 98.99 | - |
| YUV | 192.5 | 159.88 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 249 | 0.54 | 0.11 | 0 | 0.02 | 192.54 | 0.92 | 0.71 |
| Hex | 73 | DD | F9 | 36 | B | 0 | 2 | C1 | 5C | 47 |
| Octal | 163 | 335 | 371 | 66 | 13 | 0 | 2 | 301 | 134 | 107 |
| Binary | 1110011 | 11011101 | 11111001 | 110110 | 1011 | 0 | 10 | 11000001 | 1011100 | 1000111 |
Color Harmonies of #73DDF9
Complementary color
Monochromatic Colors of #73DDF9
Black with #73DDF9
Text Example
Text Example
White with #73DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DDF9; }
p { color: rgb(115,221,249); }
H1.HeaderClassName
{
color: #73DDF9;
}
.AnyTagClassName
{
color: #73DDF9;
}
</style>
background-color css
<style>
a { background-color: #73DDF9; }
a { background-color: rgb(115,221,249); }
div.DivClassName
{
background-color: #73DDF9;
}
.BgClassName
{
background-color: #73DDF9;
}
</style>
border-color css
<style>
span { border-color: #73DDF9; }
span { border-color: rgb(115,221,249); }
td.TdClassName
{
border-color: #73DDF9;
}
.TagClassName
{
border-color: #73DDF9;
}
</style>