Shades of Turquoise Blue #73EAE0
Tints of Turquoise Blue #73EAE0
RGB
CMYK
RGB Variations
Color information
#73EAE0 (or 0x73EAE0) is known color: Turquoise Blue. HEX triplet: 73, EA and E0. RGB value is (115,234,224). Sum of RGB (Red+Green+Blue) = 115+234+224=573 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.07% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EAE0 is #8C151F. Grayscale: #C5C5C5. Windows color (decimal): -9180448 or 14740083. OLE color: 14740083.
HSL color Cylindrical-coordinate representation of color #73EAE0: hue angle of 174.96º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EAE0 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 224 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.08 |
| HSL | 174.96º | 0.74% | 0.68% | - |
| HSV(B) | 174.96º | 0.51% | 0.92% | - |
| XYZ | 49.95 | 67.87 | 80.99 | - |
| YUV | 197.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 224 | 0.51 | 0 | 0.04 | 0.08 | 174.96 | 0.74 | 0.68 |
| Hex | 73 | EA | E0 | 33 | 0 | 4 | 8 | AF | 4A | 44 |
| Octal | 163 | 352 | 340 | 63 | 0 | 4 | 10 | 257 | 112 | 104 |
| Binary | 1110011 | 11101010 | 11100000 | 110011 | 0 | 100 | 1000 | 10101111 | 1001010 | 1000100 |
Color Harmonies of #73EAE0
Complementary color
Monochromatic Colors of #73EAE0
Black with #73EAE0
Text Example
Text Example
White with #73EAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EAE0; }
p { color: rgb(115,234,224); }
H1.HeaderClassName
{
color: #73EAE0;
}
.AnyTagClassName
{
color: #73EAE0;
}
</style>
background-color css
<style>
a { background-color: #73EAE0; }
a { background-color: rgb(115,234,224); }
div.DivClassName
{
background-color: #73EAE0;
}
.BgClassName
{
background-color: #73EAE0;
}
</style>
border-color css
<style>
span { border-color: #73EAE0; }
span { border-color: rgb(115,234,224); }
td.TdClassName
{
border-color: #73EAE0;
}
.TagClassName
{
border-color: #73EAE0;
}
</style>