Shades of Turquoise Blue #73ECEA
Tints of Turquoise Blue #73ECEA
RGB
CMYK
RGB Variations
Color information
#73ECEA (or 0x73ECEA) is known color: Turquoise Blue. HEX triplet: 73, EC and EA. RGB value is (115,236,234). Sum of RGB (Red+Green+Blue) = 115+236+234=585 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.66% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73ECEA is #8C1315. Grayscale: #C7C7C7. Windows color (decimal): -9179926 or 15395955. OLE color: 15395955.
HSL color Cylindrical-coordinate representation of color #73ECEA: hue angle of 179.01º 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 #73ECEA is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 234 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.07 |
| HSL | 179.01º | 0.76% | 0.69% | - |
| HSV(B) | 179.01º | 0.51% | 0.93% | - |
| XYZ | 51.92 | 69.58 | 88.54 | - |
| YUV | 199.59 | 147.41 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 234 | 0.51 | 0 | 0.01 | 0.07 | 179.01 | 0.76 | 0.69 |
| Hex | 73 | EC | EA | 33 | 0 | 1 | 7 | B3 | 4C | 45 |
| Octal | 163 | 354 | 352 | 63 | 0 | 1 | 7 | 263 | 114 | 105 |
| Binary | 1110011 | 11101100 | 11101010 | 110011 | 0 | 1 | 111 | 10110011 | 1001100 | 1000101 |
Color Harmonies of #73ECEA
Complementary color
Monochromatic Colors of #73ECEA
Black with #73ECEA
Text Example
Text Example
White with #73ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ECEA; }
p { color: rgb(115,236,234); }
H1.HeaderClassName
{
color: #73ECEA;
}
.AnyTagClassName
{
color: #73ECEA;
}
</style>
background-color css
<style>
a { background-color: #73ECEA; }
a { background-color: rgb(115,236,234); }
div.DivClassName
{
background-color: #73ECEA;
}
.BgClassName
{
background-color: #73ECEA;
}
</style>
border-color css
<style>
span { border-color: #73ECEA; }
span { border-color: rgb(115,236,234); }
td.TdClassName
{
border-color: #73ECEA;
}
.TagClassName
{
border-color: #73ECEA;
}
</style>