Shades of Turquoise Blue #73DBFB
Tints of Turquoise Blue #73DBFB
RGB
CMYK
RGB Variations
Color information
#73DBFB (or 0x73DBFB) is known color: Turquoise Blue. HEX triplet: 73, DB and FB. RGB value is (115,219,251). Sum of RGB (Red+Green+Blue) = 115+219+251=585 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.66% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #73DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBFB is #8C2404. Grayscale: #BFBFBF. Windows color (decimal): -9184261 or 16505715. OLE color: 16505715.
HSL color Cylindrical-coordinate representation of color #73DBFB: hue angle of 194.12º 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 #73DBFB is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 219 | 251 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.02 |
| HSL | 194.12º | 0.94% | 0.72% | - |
| HSV(B) | 194.12º | 0.54% | 0.98% | - |
| XYZ | 49.81 | 61.27 | 100.47 | - |
| YUV | 191.55 | 161.54 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 251 | 0.54 | 0.13 | 0 | 0.02 | 194.12 | 0.94 | 0.72 |
| Hex | 73 | DB | FB | 36 | D | 0 | 2 | C2 | 5E | 48 |
| Octal | 163 | 333 | 373 | 66 | 15 | 0 | 2 | 302 | 136 | 110 |
| Binary | 1110011 | 11011011 | 11111011 | 110110 | 1101 | 0 | 10 | 11000010 | 1011110 | 1001000 |
Color Harmonies of #73DBFB
Complementary color
Monochromatic Colors of #73DBFB
Black with #73DBFB
Text Example
Text Example
White with #73DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBFB; }
p { color: rgb(115,219,251); }
H1.HeaderClassName
{
color: #73DBFB;
}
.AnyTagClassName
{
color: #73DBFB;
}
</style>
background-color css
<style>
a { background-color: #73DBFB; }
a { background-color: rgb(115,219,251); }
div.DivClassName
{
background-color: #73DBFB;
}
.BgClassName
{
background-color: #73DBFB;
}
</style>
border-color css
<style>
span { border-color: #73DBFB; }
span { border-color: rgb(115,219,251); }
td.TdClassName
{
border-color: #73DBFB;
}
.TagClassName
{
border-color: #73DBFB;
}
</style>