Shades of Turquoise Blue #73E1DB
Tints of Turquoise Blue #73E1DB
RGB
CMYK
RGB Variations
Color information
#73E1DB (or 0x73E1DB) is known color: Turquoise Blue. HEX triplet: 73, E1 and DB. RGB value is (115,225,219). Sum of RGB (Red+Green+Blue) = 115+225+219=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #73E1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E1DB is #8C1E24. Grayscale: #BFBFBF. Windows color (decimal): -9182757 or 14410099. OLE color: 14410099.
HSL color Cylindrical-coordinate representation of color #73E1DB: hue angle of 176.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E1DB is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 219 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.12 |
| HSL | 176.73º | 0.65% | 0.67% | - |
| HSV(B) | 176.73º | 0.49% | 0.88% | - |
| XYZ | 46.78 | 62.61 | 76.64 | - |
| YUV | 191.43 | 143.56 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 219 | 0.49 | 0 | 0.03 | 0.12 | 176.73 | 0.65 | 0.67 |
| Hex | 73 | E1 | DB | 31 | 0 | 3 | C | B1 | 41 | 43 |
| Octal | 163 | 341 | 333 | 61 | 0 | 3 | 14 | 261 | 101 | 103 |
| Binary | 1110011 | 11100001 | 11011011 | 110001 | 0 | 11 | 1100 | 10110001 | 1000001 | 1000011 |
Color Harmonies of #73E1DB
Complementary color
Monochromatic Colors of #73E1DB
Black with #73E1DB
Text Example
Text Example
White with #73E1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E1DB; }
p { color: rgb(115,225,219); }
H1.HeaderClassName
{
color: #73E1DB;
}
.AnyTagClassName
{
color: #73E1DB;
}
</style>
background-color css
<style>
a { background-color: #73E1DB; }
a { background-color: rgb(115,225,219); }
div.DivClassName
{
background-color: #73E1DB;
}
.BgClassName
{
background-color: #73E1DB;
}
</style>
border-color css
<style>
span { border-color: #73E1DB; }
span { border-color: rgb(115,225,219); }
td.TdClassName
{
border-color: #73E1DB;
}
.TagClassName
{
border-color: #73E1DB;
}
</style>