Shades of Turquoise Blue #73E5E0
Tints of Turquoise Blue #73E5E0
RGB
CMYK
RGB Variations
Color information
#73E5E0 (or 0x73E5E0) is known color: Turquoise Blue. HEX triplet: 73, E5 and E0. RGB value is (115,229,224). Sum of RGB (Red+Green+Blue) = 115+229+224=568 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.25% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #73E5E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E5E0 is #8C1A1F. Grayscale: #C2C2C2. Windows color (decimal): -9181728 or 14738803. OLE color: 14738803.
HSL color Cylindrical-coordinate representation of color #73E5E0: hue angle of 177.37º 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 #73E5E0 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 229 | 224 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.10 |
| HSL | 177.37º | 0.69% | 0.67% | - |
| HSV(B) | 177.37º | 0.5% | 0.9% | - |
| XYZ | 48.54 | 65.07 | 80.52 | - |
| YUV | 194.34 | 144.73 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 229 | 224 | 0.50 | 0 | 0.02 | 0.10 | 177.37 | 0.69 | 0.67 |
| Hex | 73 | E5 | E0 | 32 | 0 | 2 | A | B1 | 45 | 43 |
| Octal | 163 | 345 | 340 | 62 | 0 | 2 | 12 | 261 | 105 | 103 |
| Binary | 1110011 | 11100101 | 11100000 | 110010 | 0 | 10 | 1010 | 10110001 | 1000101 | 1000011 |
Color Harmonies of #73E5E0
Complementary color
Monochromatic Colors of #73E5E0
Black with #73E5E0
Text Example
Text Example
White with #73E5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E5E0; }
p { color: rgb(115,229,224); }
H1.HeaderClassName
{
color: #73E5E0;
}
.AnyTagClassName
{
color: #73E5E0;
}
</style>
background-color css
<style>
a { background-color: #73E5E0; }
a { background-color: rgb(115,229,224); }
div.DivClassName
{
background-color: #73E5E0;
}
.BgClassName
{
background-color: #73E5E0;
}
</style>
border-color css
<style>
span { border-color: #73E5E0; }
span { border-color: rgb(115,229,224); }
td.TdClassName
{
border-color: #73E5E0;
}
.TagClassName
{
border-color: #73E5E0;
}
</style>