Shades of Turquoise Blue #73E5E9
Tints of Turquoise Blue #73E5E9
RGB
CMYK
RGB Variations
Color information
#73E5E9 (or 0x73E5E9) is known color: Turquoise Blue. HEX triplet: 73, E5 and E9. RGB value is (115,229,233). Sum of RGB (Red+Green+Blue) = 115+229+233=577 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.93% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #73E5E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73E5E9 is #8C1A16. Grayscale: #C3C3C3. Windows color (decimal): -9181719 or 15328627. OLE color: 15328627.
HSL color Cylindrical-coordinate representation of color #73E5E9: hue angle of 182.03º 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 #73E5E9 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 229 | 233 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.09 |
| HSL | 182.03º | 0.73% | 0.68% | - |
| HSV(B) | 182.03º | 0.51% | 0.91% | - |
| XYZ | 49.8 | 65.57 | 87.12 | - |
| YUV | 195.37 | 149.23 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 229 | 233 | 0.51 | 0.02 | 0 | 0.09 | 182.03 | 0.73 | 0.68 |
| Hex | 73 | E5 | E9 | 33 | 2 | 0 | 9 | B6 | 49 | 44 |
| Octal | 163 | 345 | 351 | 63 | 2 | 0 | 11 | 266 | 111 | 104 |
| Binary | 1110011 | 11100101 | 11101001 | 110011 | 10 | 0 | 1001 | 10110110 | 1001001 | 1000100 |
Color Harmonies of #73E5E9
Complementary color
Monochromatic Colors of #73E5E9
Black with #73E5E9
Text Example
Text Example
White with #73E5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E5E9; }
p { color: rgb(115,229,233); }
H1.HeaderClassName
{
color: #73E5E9;
}
.AnyTagClassName
{
color: #73E5E9;
}
</style>
background-color css
<style>
a { background-color: #73E5E9; }
a { background-color: rgb(115,229,233); }
div.DivClassName
{
background-color: #73E5E9;
}
.BgClassName
{
background-color: #73E5E9;
}
</style>
border-color css
<style>
span { border-color: #73E5E9; }
span { border-color: rgb(115,229,233); }
td.TdClassName
{
border-color: #73E5E9;
}
.TagClassName
{
border-color: #73E5E9;
}
</style>