Shades of Turquoise Blue #73ECE9
Tints of Turquoise Blue #73ECE9
RGB
CMYK
RGB Variations
Color information
#73ECE9 (or 0x73ECE9) is known color: Turquoise Blue. HEX triplet: 73, EC and E9. RGB value is (115,236,233). Sum of RGB (Red+Green+Blue) = 115+236+233=584 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.69% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73ECE9 is #8C1316. Grayscale: #C7C7C7. Windows color (decimal): -9179927 or 15330419. OLE color: 15330419.
HSL color Cylindrical-coordinate representation of color #73ECE9: hue angle of 178.51º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73ECE9 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 233 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.07 |
| HSL | 178.51º | 0.76% | 0.69% | - |
| HSV(B) | 178.51º | 0.51% | 0.93% | - |
| XYZ | 51.77 | 69.52 | 87.78 | - |
| YUV | 199.48 | 146.91 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 233 | 0.51 | 0 | 0.01 | 0.07 | 178.51 | 0.76 | 0.69 |
| Hex | 73 | EC | E9 | 33 | 0 | 1 | 7 | B3 | 4C | 45 |
| Octal | 163 | 354 | 351 | 63 | 0 | 1 | 7 | 263 | 114 | 105 |
| Binary | 1110011 | 11101100 | 11101001 | 110011 | 0 | 1 | 111 | 10110011 | 1001100 | 1000101 |
Color Harmonies of #73ECE9
Complementary color
Monochromatic Colors of #73ECE9
Black with #73ECE9
Text Example
Text Example
White with #73ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ECE9; }
p { color: rgb(115,236,233); }
H1.HeaderClassName
{
color: #73ECE9;
}
.AnyTagClassName
{
color: #73ECE9;
}
</style>
background-color css
<style>
a { background-color: #73ECE9; }
a { background-color: rgb(115,236,233); }
div.DivClassName
{
background-color: #73ECE9;
}
.BgClassName
{
background-color: #73ECE9;
}
</style>
border-color css
<style>
span { border-color: #73ECE9; }
span { border-color: rgb(115,236,233); }
td.TdClassName
{
border-color: #73ECE9;
}
.TagClassName
{
border-color: #73ECE9;
}
</style>