Shades of Turquoise Blue #73E5D7
Tints of Turquoise Blue #73E5D7
RGB
CMYK
RGB Variations
Color information
#73E5D7 (or 0x73E5D7) is known color: Turquoise Blue. HEX triplet: 73, E5 and D7. RGB value is (115,229,215). Sum of RGB (Red+Green+Blue) = 115+229+215=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #73E5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E5D7 is #8C1A28. Grayscale: #C1C1C1. Windows color (decimal): -9181737 or 14148979. OLE color: 14148979.
HSL color Cylindrical-coordinate representation of color #73E5D7: hue angle of 172.63º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E5D7 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 229 | 215 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.10 |
| HSL | 172.63º | 0.69% | 0.67% | - |
| HSV(B) | 172.63º | 0.5% | 0.9% | - |
| XYZ | 47.36 | 64.59 | 74.26 | - |
| YUV | 193.32 | 140.23 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 229 | 215 | 0.50 | 0 | 0.06 | 0.10 | 172.63 | 0.69 | 0.67 |
| Hex | 73 | E5 | D7 | 32 | 0 | 6 | A | AD | 45 | 43 |
| Octal | 163 | 345 | 327 | 62 | 0 | 6 | 12 | 255 | 105 | 103 |
| Binary | 1110011 | 11100101 | 11010111 | 110010 | 0 | 110 | 1010 | 10101101 | 1000101 | 1000011 |
Color Harmonies of #73E5D7
Complementary color
Monochromatic Colors of #73E5D7
Black with #73E5D7
Text Example
Text Example
White with #73E5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E5D7; }
p { color: rgb(115,229,215); }
H1.HeaderClassName
{
color: #73E5D7;
}
.AnyTagClassName
{
color: #73E5D7;
}
</style>
background-color css
<style>
a { background-color: #73E5D7; }
a { background-color: rgb(115,229,215); }
div.DivClassName
{
background-color: #73E5D7;
}
.BgClassName
{
background-color: #73E5D7;
}
</style>
border-color css
<style>
span { border-color: #73E5D7; }
span { border-color: rgb(115,229,215); }
td.TdClassName
{
border-color: #73E5D7;
}
.TagClassName
{
border-color: #73E5D7;
}
</style>