Shades of Turquoise Blue #73E9E5
Tints of Turquoise Blue #73E9E5
RGB
CMYK
RGB Variations
Color information
#73E9E5 (or 0x73E9E5) is known color: Turquoise Blue. HEX triplet: 73, E9 and E5. RGB value is (115,233,229). Sum of RGB (Red+Green+Blue) = 115+233+229=577 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.93% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #73E9E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E9E5 is #8C161A. Grayscale: #C5C5C5. Windows color (decimal): -9180699 or 15067507. OLE color: 15067507.
HSL color Cylindrical-coordinate representation of color #73E9E5: hue angle of 177.97º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73E9E5 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 233 | 229 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.09 |
| HSL | 177.97º | 0.73% | 0.68% | - |
| HSV(B) | 177.97º | 0.51% | 0.91% | - |
| XYZ | 50.35 | 67.58 | 84.52 | - |
| YUV | 197.26 | 145.91 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 233 | 229 | 0.51 | 0 | 0.02 | 0.09 | 177.97 | 0.73 | 0.68 |
| Hex | 73 | E9 | E5 | 33 | 0 | 2 | 9 | B2 | 49 | 44 |
| Octal | 163 | 351 | 345 | 63 | 0 | 2 | 11 | 262 | 111 | 104 |
| Binary | 1110011 | 11101001 | 11100101 | 110011 | 0 | 10 | 1001 | 10110010 | 1001001 | 1000100 |
Color Harmonies of #73E9E5
Complementary color
Monochromatic Colors of #73E9E5
Black with #73E9E5
Text Example
Text Example
White with #73E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E9E5; }
p { color: rgb(115,233,229); }
H1.HeaderClassName
{
color: #73E9E5;
}
.AnyTagClassName
{
color: #73E9E5;
}
</style>
background-color css
<style>
a { background-color: #73E9E5; }
a { background-color: rgb(115,233,229); }
div.DivClassName
{
background-color: #73E9E5;
}
.BgClassName
{
background-color: #73E9E5;
}
</style>
border-color css
<style>
span { border-color: #73E9E5; }
span { border-color: rgb(115,233,229); }
td.TdClassName
{
border-color: #73E9E5;
}
.TagClassName
{
border-color: #73E9E5;
}
</style>