Shades of Turquoise Blue #73EEEC
Tints of Turquoise Blue #73EEEC
RGB
CMYK
RGB Variations
Color information
#73EEEC (or 0x73EEEC) is known color: Turquoise Blue. HEX triplet: 73, EE and EC. RGB value is (115,238,236). Sum of RGB (Red+Green+Blue) = 115+238+236=589 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.52% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EEEC is #8C1113. Grayscale: #C8C8C8. Windows color (decimal): -9179412 or 15527539. OLE color: 15527539.
HSL color Cylindrical-coordinate representation of color #73EEEC: hue angle of 179.02º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EEEC is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 236 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.07 |
| HSL | 179.02º | 0.78% | 0.69% | - |
| HSV(B) | 179.02º | 0.52% | 0.93% | - |
| XYZ | 52.79 | 70.85 | 90.25 | - |
| YUV | 201 | 147.75 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 236 | 0.52 | 0 | 0.01 | 0.07 | 179.02 | 0.78 | 0.69 |
| Hex | 73 | EE | EC | 34 | 0 | 1 | 7 | B3 | 4E | 45 |
| Octal | 163 | 356 | 354 | 64 | 0 | 1 | 7 | 263 | 116 | 105 |
| Binary | 1110011 | 11101110 | 11101100 | 110100 | 0 | 1 | 111 | 10110011 | 1001110 | 1000101 |
Color Harmonies of #73EEEC
Complementary color
Monochromatic Colors of #73EEEC
Black with #73EEEC
Text Example
Text Example
White with #73EEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EEEC; }
p { color: rgb(115,238,236); }
H1.HeaderClassName
{
color: #73EEEC;
}
.AnyTagClassName
{
color: #73EEEC;
}
</style>
background-color css
<style>
a { background-color: #73EEEC; }
a { background-color: rgb(115,238,236); }
div.DivClassName
{
background-color: #73EEEC;
}
.BgClassName
{
background-color: #73EEEC;
}
</style>
border-color css
<style>
span { border-color: #73EEEC; }
span { border-color: rgb(115,238,236); }
td.TdClassName
{
border-color: #73EEEC;
}
.TagClassName
{
border-color: #73EEEC;
}
</style>