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