Shades of Turquoise Blue #73EAE8
Tints of Turquoise Blue #73EAE8
RGB
CMYK
RGB Variations
Color information
#73EAE8 (or 0x73EAE8) is known color: Turquoise Blue. HEX triplet: 73, EA and E8. RGB value is (115,234,232). Sum of RGB (Red+Green+Blue) = 115+234+232=581 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.79% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EAE8 is #8C1517. Grayscale: #C6C6C6. Windows color (decimal): -9180440 or 15264371. OLE color: 15264371.
HSL color Cylindrical-coordinate representation of color #73EAE8: hue angle of 178.99º 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 #73EAE8 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 232 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.08 |
| HSL | 178.99º | 0.74% | 0.68% | - |
| HSV(B) | 178.99º | 0.51% | 0.92% | - |
| XYZ | 51.06 | 68.32 | 86.84 | - |
| YUV | 198.19 | 147.08 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 232 | 0.51 | 0 | 0.01 | 0.08 | 178.99 | 0.74 | 0.68 |
| Hex | 73 | EA | E8 | 33 | 0 | 1 | 8 | B3 | 4A | 44 |
| Octal | 163 | 352 | 350 | 63 | 0 | 1 | 10 | 263 | 112 | 104 |
| Binary | 1110011 | 11101010 | 11101000 | 110011 | 0 | 1 | 1000 | 10110011 | 1001010 | 1000100 |
Color Harmonies of #73EAE8
Complementary color
Monochromatic Colors of #73EAE8
Black with #73EAE8
Text Example
Text Example
White with #73EAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EAE8; }
p { color: rgb(115,234,232); }
H1.HeaderClassName
{
color: #73EAE8;
}
.AnyTagClassName
{
color: #73EAE8;
}
</style>
background-color css
<style>
a { background-color: #73EAE8; }
a { background-color: rgb(115,234,232); }
div.DivClassName
{
background-color: #73EAE8;
}
.BgClassName
{
background-color: #73EAE8;
}
</style>
border-color css
<style>
span { border-color: #73EAE8; }
span { border-color: rgb(115,234,232); }
td.TdClassName
{
border-color: #73EAE8;
}
.TagClassName
{
border-color: #73EAE8;
}
</style>