Shades of Turquoise Blue #73ECDF
Tints of Turquoise Blue #73ECDF
RGB
CMYK
RGB Variations
Color information
#73ECDF (or 0x73ECDF) is known color: Turquoise Blue. HEX triplet: 73, EC and DF. RGB value is (115,236,223). Sum of RGB (Red+Green+Blue) = 115+236+223=574 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20.03% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73ECDF is #8C1320. Grayscale: #C6C6C6. Windows color (decimal): -9179937 or 14675059. OLE color: 14675059.
HSL color Cylindrical-coordinate representation of color #73ECDF: hue angle of 173.55º 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 #73ECDF is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 223 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.07 |
| HSL | 173.55º | 0.76% | 0.69% | - |
| HSV(B) | 173.55º | 0.51% | 0.93% | - |
| XYZ | 50.38 | 68.96 | 80.47 | - |
| YUV | 198.34 | 141.91 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 223 | 0.51 | 0 | 0.06 | 0.07 | 173.55 | 0.76 | 0.69 |
| Hex | 73 | EC | DF | 33 | 0 | 6 | 7 | AE | 4C | 45 |
| Octal | 163 | 354 | 337 | 63 | 0 | 6 | 7 | 256 | 114 | 105 |
| Binary | 1110011 | 11101100 | 11011111 | 110011 | 0 | 110 | 111 | 10101110 | 1001100 | 1000101 |
Color Harmonies of #73ECDF
Complementary color
Monochromatic Colors of #73ECDF
Black with #73ECDF
Text Example
Text Example
White with #73ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ECDF; }
p { color: rgb(115,236,223); }
H1.HeaderClassName
{
color: #73ECDF;
}
.AnyTagClassName
{
color: #73ECDF;
}
</style>
background-color css
<style>
a { background-color: #73ECDF; }
a { background-color: rgb(115,236,223); }
div.DivClassName
{
background-color: #73ECDF;
}
.BgClassName
{
background-color: #73ECDF;
}
</style>
border-color css
<style>
span { border-color: #73ECDF; }
span { border-color: rgb(115,236,223); }
td.TdClassName
{
border-color: #73ECDF;
}
.TagClassName
{
border-color: #73ECDF;
}
</style>