Shades of Turquoise Blue #73EADC
Tints of Turquoise Blue #73EADC
RGB
CMYK
RGB Variations
Color information
#73EADC (or 0x73EADC) is known color: Turquoise Blue. HEX triplet: 73, EA and DC. RGB value is (115,234,220). Sum of RGB (Red+Green+Blue) = 115+234+220=569 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.21% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #73EADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EADC is #8C1523. Grayscale: #C4C4C4. Windows color (decimal): -9180452 or 14477939. OLE color: 14477939.
HSL color Cylindrical-coordinate representation of color #73EADC: hue angle of 172.94º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EADC is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 220 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.08 |
| HSL | 172.94º | 0.74% | 0.68% | - |
| HSV(B) | 172.94º | 0.51% | 0.92% | - |
| XYZ | 49.41 | 67.66 | 78.17 | - |
| YUV | 196.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 220 | 0.51 | 0 | 0.06 | 0.08 | 172.94 | 0.74 | 0.68 |
| Hex | 73 | EA | DC | 33 | 0 | 6 | 8 | AD | 4A | 44 |
| Octal | 163 | 352 | 334 | 63 | 0 | 6 | 10 | 255 | 112 | 104 |
| Binary | 1110011 | 11101010 | 11011100 | 110011 | 0 | 110 | 1000 | 10101101 | 1001010 | 1000100 |
Color Harmonies of #73EADC
Complementary color
Monochromatic Colors of #73EADC
Black with #73EADC
Text Example
Text Example
White with #73EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EADC; }
p { color: rgb(115,234,220); }
H1.HeaderClassName
{
color: #73EADC;
}
.AnyTagClassName
{
color: #73EADC;
}
</style>
background-color css
<style>
a { background-color: #73EADC; }
a { background-color: rgb(115,234,220); }
div.DivClassName
{
background-color: #73EADC;
}
.BgClassName
{
background-color: #73EADC;
}
</style>
border-color css
<style>
span { border-color: #73EADC; }
span { border-color: rgb(115,234,220); }
td.TdClassName
{
border-color: #73EADC;
}
.TagClassName
{
border-color: #73EADC;
}
</style>