Shades of Turquoise Blue #73EEE9
Tints of Turquoise Blue #73EEE9
RGB
CMYK
RGB Variations
Color information
#73EEE9 (or 0x73EEE9) is known color: Turquoise Blue. HEX triplet: 73, EE and E9. RGB value is (115,238,233). Sum of RGB (Red+Green+Blue) = 115+238+233=586 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.62% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EEE9 is #8C1116. Grayscale: #C8C8C8. Windows color (decimal): -9179415 or 15330931. OLE color: 15330931.
HSL color Cylindrical-coordinate representation of color #73EEE9: hue angle of 177.56º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EEE9 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 233 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.07 |
| HSL | 177.56º | 0.78% | 0.69% | - |
| HSV(B) | 177.56º | 0.52% | 0.93% | - |
| XYZ | 52.35 | 70.68 | 87.97 | - |
| YUV | 200.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 233 | 0.52 | 0 | 0.02 | 0.07 | 177.56 | 0.78 | 0.69 |
| Hex | 73 | EE | E9 | 34 | 0 | 2 | 7 | B2 | 4E | 45 |
| Octal | 163 | 356 | 351 | 64 | 0 | 2 | 7 | 262 | 116 | 105 |
| Binary | 1110011 | 11101110 | 11101001 | 110100 | 0 | 10 | 111 | 10110010 | 1001110 | 1000101 |
Color Harmonies of #73EEE9
Complementary color
Monochromatic Colors of #73EEE9
Black with #73EEE9
Text Example
Text Example
White with #73EEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EEE9; }
p { color: rgb(115,238,233); }
H1.HeaderClassName
{
color: #73EEE9;
}
.AnyTagClassName
{
color: #73EEE9;
}
</style>
background-color css
<style>
a { background-color: #73EEE9; }
a { background-color: rgb(115,238,233); }
div.DivClassName
{
background-color: #73EEE9;
}
.BgClassName
{
background-color: #73EEE9;
}
</style>
border-color css
<style>
span { border-color: #73EEE9; }
span { border-color: rgb(115,238,233); }
td.TdClassName
{
border-color: #73EEE9;
}
.TagClassName
{
border-color: #73EEE9;
}
</style>