Shades of Turquoise Blue #73E8D9
Tints of Turquoise Blue #73E8D9
RGB
CMYK
RGB Variations
Color information
#73E8D9 (or 0x73E8D9) is known color: Turquoise Blue. HEX triplet: 73, E8 and D9. RGB value is (115,232,217). Sum of RGB (Red+Green+Blue) = 115+232+217=564 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.39% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #73E8D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E8D9 is #8C1726. Grayscale: #C3C3C3. Windows color (decimal): -9180967 or 14280819. OLE color: 14280819.
HSL color Cylindrical-coordinate representation of color #73E8D9: hue angle of 172.31º 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 #73E8D9 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 232 | 217 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.09 |
| HSL | 172.31º | 0.72% | 0.68% | - |
| HSV(B) | 172.31º | 0.5% | 0.91% | - |
| XYZ | 48.45 | 66.37 | 75.9 | - |
| YUV | 195.31 | 140.24 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 232 | 217 | 0.50 | 0 | 0.06 | 0.09 | 172.31 | 0.72 | 0.68 |
| Hex | 73 | E8 | D9 | 32 | 0 | 6 | 9 | AC | 48 | 44 |
| Octal | 163 | 350 | 331 | 62 | 0 | 6 | 11 | 254 | 110 | 104 |
| Binary | 1110011 | 11101000 | 11011001 | 110010 | 0 | 110 | 1001 | 10101100 | 1001000 | 1000100 |
Color Harmonies of #73E8D9
Complementary color
Monochromatic Colors of #73E8D9
Black with #73E8D9
Text Example
Text Example
White with #73E8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E8D9; }
p { color: rgb(115,232,217); }
H1.HeaderClassName
{
color: #73E8D9;
}
.AnyTagClassName
{
color: #73E8D9;
}
</style>
background-color css
<style>
a { background-color: #73E8D9; }
a { background-color: rgb(115,232,217); }
div.DivClassName
{
background-color: #73E8D9;
}
.BgClassName
{
background-color: #73E8D9;
}
</style>
border-color css
<style>
span { border-color: #73E8D9; }
span { border-color: rgb(115,232,217); }
td.TdClassName
{
border-color: #73E8D9;
}
.TagClassName
{
border-color: #73E8D9;
}
</style>