Shades of Turquoise Blue #73DBFC
Tints of Turquoise Blue #73DBFC
RGB
CMYK
RGB Variations
Color information
#73DBFC (or 0x73DBFC) is known color: Turquoise Blue. HEX triplet: 73, DB and FC. RGB value is (115,219,252). Sum of RGB (Red+Green+Blue) = 115+219+252=586 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.62% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #73DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBFC is #8C2403. Grayscale: #BFBFBF. Windows color (decimal): -9184260 or 16571251. OLE color: 16571251.
HSL color Cylindrical-coordinate representation of color #73DBFC: hue angle of 194.45º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73DBFC is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 219 | 252 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.01 |
| HSL | 194.45º | 0.96% | 0.72% | - |
| HSV(B) | 194.45º | 0.54% | 0.99% | - |
| XYZ | 49.97 | 61.34 | 101.3 | - |
| YUV | 191.67 | 162.04 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 252 | 0.54 | 0.13 | 0 | 0.01 | 194.45 | 0.96 | 0.72 |
| Hex | 73 | DB | FC | 36 | D | 0 | 1 | C2 | 60 | 48 |
| Octal | 163 | 333 | 374 | 66 | 15 | 0 | 1 | 302 | 140 | 110 |
| Binary | 1110011 | 11011011 | 11111100 | 110110 | 1101 | 0 | 1 | 11000010 | 1100000 | 1001000 |
Color Harmonies of #73DBFC
Complementary color
Monochromatic Colors of #73DBFC
Black with #73DBFC
Text Example
Text Example
White with #73DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBFC; }
p { color: rgb(115,219,252); }
H1.HeaderClassName
{
color: #73DBFC;
}
.AnyTagClassName
{
color: #73DBFC;
}
</style>
background-color css
<style>
a { background-color: #73DBFC; }
a { background-color: rgb(115,219,252); }
div.DivClassName
{
background-color: #73DBFC;
}
.BgClassName
{
background-color: #73DBFC;
}
</style>
border-color css
<style>
span { border-color: #73DBFC; }
span { border-color: rgb(115,219,252); }
td.TdClassName
{
border-color: #73DBFC;
}
.TagClassName
{
border-color: #73DBFC;
}
</style>