Shades of Turquoise Blue #73E8DB
Tints of Turquoise Blue #73E8DB
RGB
CMYK
RGB Variations
Color information
#73E8DB (or 0x73E8DB) is known color: Turquoise Blue. HEX triplet: 73, E8 and DB. RGB value is (115,232,219). Sum of RGB (Red+Green+Blue) = 115+232+219=566 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.32% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #73E8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E8DB is #8C1724. Grayscale: #C3C3C3. Windows color (decimal): -9180965 or 14411891. OLE color: 14411891.
HSL color Cylindrical-coordinate representation of color #73E8DB: hue angle of 173.33º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E8DB is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 232 | 219 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.09 |
| HSL | 173.33º | 0.72% | 0.68% | - |
| HSV(B) | 173.33º | 0.5% | 0.91% | - |
| XYZ | 48.71 | 66.47 | 77.28 | - |
| YUV | 195.54 | 141.24 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 232 | 219 | 0.50 | 0 | 0.06 | 0.09 | 173.33 | 0.72 | 0.68 |
| Hex | 73 | E8 | DB | 32 | 0 | 6 | 9 | AD | 48 | 44 |
| Octal | 163 | 350 | 333 | 62 | 0 | 6 | 11 | 255 | 110 | 104 |
| Binary | 1110011 | 11101000 | 11011011 | 110010 | 0 | 110 | 1001 | 10101101 | 1001000 | 1000100 |
Color Harmonies of #73E8DB
Complementary color
Monochromatic Colors of #73E8DB
Black with #73E8DB
Text Example
Text Example
White with #73E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E8DB; }
p { color: rgb(115,232,219); }
H1.HeaderClassName
{
color: #73E8DB;
}
.AnyTagClassName
{
color: #73E8DB;
}
</style>
background-color css
<style>
a { background-color: #73E8DB; }
a { background-color: rgb(115,232,219); }
div.DivClassName
{
background-color: #73E8DB;
}
.BgClassName
{
background-color: #73E8DB;
}
</style>
border-color css
<style>
span { border-color: #73E8DB; }
span { border-color: rgb(115,232,219); }
td.TdClassName
{
border-color: #73E8DB;
}
.TagClassName
{
border-color: #73E8DB;
}
</style>