Shades of Turquoise Blue #73DBFA
Tints of Turquoise Blue #73DBFA
RGB
CMYK
RGB Variations
Color information
#73DBFA (or 0x73DBFA) is known color: Turquoise Blue. HEX triplet: 73, DB and FA. RGB value is (115,219,250). Sum of RGB (Red+Green+Blue) = 115+219+250=584 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.69% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #73DBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBFA is #8C2405. Grayscale: #BFBFBF. Windows color (decimal): -9184262 or 16440179. OLE color: 16440179.
HSL color Cylindrical-coordinate representation of color #73DBFA: hue angle of 193.78º degrees, saturation: 0.93, 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 #73DBFA is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 219 | 250 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.02 |
| HSL | 193.78º | 0.93% | 0.72% | - |
| HSV(B) | 193.78º | 0.54% | 0.98% | - |
| XYZ | 49.66 | 61.21 | 99.64 | - |
| YUV | 191.44 | 161.04 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 250 | 0.54 | 0.12 | 0 | 0.02 | 193.78 | 0.93 | 0.72 |
| Hex | 73 | DB | FA | 36 | C | 0 | 2 | C2 | 5D | 48 |
| Octal | 163 | 333 | 372 | 66 | 14 | 0 | 2 | 302 | 135 | 110 |
| Binary | 1110011 | 11011011 | 11111010 | 110110 | 1100 | 0 | 10 | 11000010 | 1011101 | 1001000 |
Color Harmonies of #73DBFA
Complementary color
Monochromatic Colors of #73DBFA
Black with #73DBFA
Text Example
Text Example
White with #73DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBFA; }
p { color: rgb(115,219,250); }
H1.HeaderClassName
{
color: #73DBFA;
}
.AnyTagClassName
{
color: #73DBFA;
}
</style>
background-color css
<style>
a { background-color: #73DBFA; }
a { background-color: rgb(115,219,250); }
div.DivClassName
{
background-color: #73DBFA;
}
.BgClassName
{
background-color: #73DBFA;
}
</style>
border-color css
<style>
span { border-color: #73DBFA; }
span { border-color: rgb(115,219,250); }
td.TdClassName
{
border-color: #73DBFA;
}
.TagClassName
{
border-color: #73DBFA;
}
</style>