Shades of Turquoise Blue #73DDFB
Tints of Turquoise Blue #73DDFB
RGB
CMYK
RGB Variations
Color information
#73DDFB (or 0x73DDFB) is known color: Turquoise Blue. HEX triplet: 73, DD and FB. RGB value is (115,221,251). Sum of RGB (Red+Green+Blue) = 115+221+251=587 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.59% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #73DDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DDFB is #8C2204. Grayscale: #C0C0C0. Windows color (decimal): -9183749 or 16506227. OLE color: 16506227.
HSL color Cylindrical-coordinate representation of color #73DDFB: hue angle of 193.24º degrees, saturation: 0.94, 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 #73DDFB is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 221 | 251 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.02 |
| HSL | 193.24º | 0.94% | 0.72% | - |
| HSV(B) | 193.24º | 0.54% | 0.98% | - |
| XYZ | 50.34 | 62.32 | 100.64 | - |
| YUV | 192.73 | 160.88 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 251 | 0.54 | 0.12 | 0 | 0.02 | 193.24 | 0.94 | 0.72 |
| Hex | 73 | DD | FB | 36 | C | 0 | 2 | C1 | 5E | 48 |
| Octal | 163 | 335 | 373 | 66 | 14 | 0 | 2 | 301 | 136 | 110 |
| Binary | 1110011 | 11011101 | 11111011 | 110110 | 1100 | 0 | 10 | 11000001 | 1011110 | 1001000 |
Color Harmonies of #73DDFB
Complementary color
Monochromatic Colors of #73DDFB
Black with #73DDFB
Text Example
Text Example
White with #73DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DDFB; }
p { color: rgb(115,221,251); }
H1.HeaderClassName
{
color: #73DDFB;
}
.AnyTagClassName
{
color: #73DDFB;
}
</style>
background-color css
<style>
a { background-color: #73DDFB; }
a { background-color: rgb(115,221,251); }
div.DivClassName
{
background-color: #73DDFB;
}
.BgClassName
{
background-color: #73DDFB;
}
</style>
border-color css
<style>
span { border-color: #73DDFB; }
span { border-color: rgb(115,221,251); }
td.TdClassName
{
border-color: #73DDFB;
}
.TagClassName
{
border-color: #73DDFB;
}
</style>