Shades of Turquoise Blue #73ECEB
Tints of Turquoise Blue #73ECEB
RGB
CMYK
RGB Variations
Color information
#73ECEB (or 0x73ECEB) is known color: Turquoise Blue. HEX triplet: 73, EC and EB. RGB value is (115,236,235). Sum of RGB (Red+Green+Blue) = 115+236+235=586 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.62% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73ECEB is #8C1314. Grayscale: #C7C7C7. Windows color (decimal): -9179925 or 15461491. OLE color: 15461491.
HSL color Cylindrical-coordinate representation of color #73ECEB: hue angle of 179.5º 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 #73ECEB is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 235 | - |
| CMYK | 0.51 | 0 | 0.00 | 0.07 |
| HSL | 179.5º | 0.76% | 0.69% | - |
| HSV(B) | 179.5º | 0.51% | 0.93% | - |
| XYZ | 52.06 | 69.63 | 89.29 | - |
| YUV | 199.71 | 147.91 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 235 | 0.51 | 0 | 0.00 | 0.07 | 179.5 | 0.76 | 0.69 |
| Hex | 73 | EC | EB | 33 | 0 | 0 | 7 | B4 | 4C | 45 |
| Octal | 163 | 354 | 353 | 63 | 0 | 0 | 7 | 264 | 114 | 105 |
| Binary | 1110011 | 11101100 | 11101011 | 110011 | 0 | 0 | 111 | 10110100 | 1001100 | 1000101 |
Color Harmonies of #73ECEB
Complementary color
Monochromatic Colors of #73ECEB
Black with #73ECEB
Text Example
Text Example
White with #73ECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ECEB; }
p { color: rgb(115,236,235); }
H1.HeaderClassName
{
color: #73ECEB;
}
.AnyTagClassName
{
color: #73ECEB;
}
</style>
background-color css
<style>
a { background-color: #73ECEB; }
a { background-color: rgb(115,236,235); }
div.DivClassName
{
background-color: #73ECEB;
}
.BgClassName
{
background-color: #73ECEB;
}
</style>
border-color css
<style>
span { border-color: #73ECEB; }
span { border-color: rgb(115,236,235); }
td.TdClassName
{
border-color: #73ECEB;
}
.TagClassName
{
border-color: #73ECEB;
}
</style>