Shades of Turquoise Blue #73DBE6
Tints of Turquoise Blue #73DBE6
RGB
CMYK
RGB Variations
Color information
#73DBE6 (or 0x73DBE6) is known color: Turquoise Blue. HEX triplet: 73, DB and E6. RGB value is (115,219,230). Sum of RGB (Red+Green+Blue) = 115+219+230=564 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.39% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #73DBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBE6 is #8C2419. Grayscale: #BDBDBD. Windows color (decimal): -9184282 or 15129459. OLE color: 15129459.
HSL color Cylindrical-coordinate representation of color #73DBE6: hue angle of 185.74º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73DBE6 is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 219 | 230 | - |
| CMYK | 0.5 | 0.05 | 0 | 0.10 |
| HSL | 185.74º | 0.7% | 0.68% | - |
| HSV(B) | 185.74º | 0.5% | 0.9% | - |
| XYZ | 46.68 | 60.02 | 83.99 | - |
| YUV | 189.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 230 | 0.5 | 0.05 | 0 | 0.10 | 185.74 | 0.7 | 0.68 |
| Hex | 73 | DB | E6 | 32 | 5 | 0 | A | BA | 46 | 44 |
| Octal | 163 | 333 | 346 | 62 | 5 | 0 | 12 | 272 | 106 | 104 |
| Binary | 1110011 | 11011011 | 11100110 | 110010 | 101 | 0 | 1010 | 10111010 | 1000110 | 1000100 |
Color Harmonies of #73DBE6
Complementary color
Monochromatic Colors of #73DBE6
Black with #73DBE6
Text Example
Text Example
White with #73DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBE6; }
p { color: rgb(115,219,230); }
H1.HeaderClassName
{
color: #73DBE6;
}
.AnyTagClassName
{
color: #73DBE6;
}
</style>
background-color css
<style>
a { background-color: #73DBE6; }
a { background-color: rgb(115,219,230); }
div.DivClassName
{
background-color: #73DBE6;
}
.BgClassName
{
background-color: #73DBE6;
}
</style>
border-color css
<style>
span { border-color: #73DBE6; }
span { border-color: rgb(115,219,230); }
td.TdClassName
{
border-color: #73DBE6;
}
.TagClassName
{
border-color: #73DBE6;
}
</style>