Shades of Turquoise Blue #73E8E5
Tints of Turquoise Blue #73E8E5
RGB
CMYK
RGB Variations
Color information
#73E8E5 (or 0x73E8E5) is known color: Turquoise Blue. HEX triplet: 73, E8 and E5. RGB value is (115,232,229). Sum of RGB (Red+Green+Blue) = 115+232+229=576 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.97% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 232 - color contains mainly: green. Hex color #73E8E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E8E5 is #8C171A. Grayscale: #C4C4C4. Windows color (decimal): -9180955 or 15067251. OLE color: 15067251.
HSL color Cylindrical-coordinate representation of color #73E8E5: hue angle of 178.46º 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 #73E8E5 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 232 | 229 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.09 |
| HSL | 178.46º | 0.72% | 0.68% | - |
| HSV(B) | 178.46º | 0.5% | 0.91% | - |
| XYZ | 50.07 | 67.02 | 84.43 | - |
| YUV | 196.68 | 146.24 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 232 | 229 | 0.50 | 0 | 0.01 | 0.09 | 178.46 | 0.72 | 0.68 |
| Hex | 73 | E8 | E5 | 32 | 0 | 1 | 9 | B2 | 48 | 44 |
| Octal | 163 | 350 | 345 | 62 | 0 | 1 | 11 | 262 | 110 | 104 |
| Binary | 1110011 | 11101000 | 11100101 | 110010 | 0 | 1 | 1001 | 10110010 | 1001000 | 1000100 |
Color Harmonies of #73E8E5
Complementary color
Monochromatic Colors of #73E8E5
Black with #73E8E5
Text Example
Text Example
White with #73E8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E8E5; }
p { color: rgb(115,232,229); }
H1.HeaderClassName
{
color: #73E8E5;
}
.AnyTagClassName
{
color: #73E8E5;
}
</style>
background-color css
<style>
a { background-color: #73E8E5; }
a { background-color: rgb(115,232,229); }
div.DivClassName
{
background-color: #73E8E5;
}
.BgClassName
{
background-color: #73E8E5;
}
</style>
border-color css
<style>
span { border-color: #73E8E5; }
span { border-color: rgb(115,232,229); }
td.TdClassName
{
border-color: #73E8E5;
}
.TagClassName
{
border-color: #73E8E5;
}
</style>