Shades of Turquoise Blue #73EADD
Tints of Turquoise Blue #73EADD
RGB
CMYK
RGB Variations
Color information
#73EADD (or 0x73EADD) is known color: Turquoise Blue. HEX triplet: 73, EA and DD. RGB value is (115,234,221). Sum of RGB (Red+Green+Blue) = 115+234+221=570 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.18% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #73EADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EADD is #8C1522. Grayscale: #C4C4C4. Windows color (decimal): -9180451 or 14543475. OLE color: 14543475.
HSL color Cylindrical-coordinate representation of color #73EADD: hue angle of 173.45º 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 #73EADD is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 221 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.08 |
| HSL | 173.45º | 0.74% | 0.68% | - |
| HSV(B) | 173.45º | 0.51% | 0.92% | - |
| XYZ | 49.54 | 67.71 | 78.86 | - |
| YUV | 196.94 | 141.58 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 221 | 0.51 | 0 | 0.06 | 0.08 | 173.45 | 0.74 | 0.68 |
| Hex | 73 | EA | DD | 33 | 0 | 6 | 8 | AD | 4A | 44 |
| Octal | 163 | 352 | 335 | 63 | 0 | 6 | 10 | 255 | 112 | 104 |
| Binary | 1110011 | 11101010 | 11011101 | 110011 | 0 | 110 | 1000 | 10101101 | 1001010 | 1000100 |
Color Harmonies of #73EADD
Complementary color
Monochromatic Colors of #73EADD
Black with #73EADD
Text Example
Text Example
White with #73EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EADD; }
p { color: rgb(115,234,221); }
H1.HeaderClassName
{
color: #73EADD;
}
.AnyTagClassName
{
color: #73EADD;
}
</style>
background-color css
<style>
a { background-color: #73EADD; }
a { background-color: rgb(115,234,221); }
div.DivClassName
{
background-color: #73EADD;
}
.BgClassName
{
background-color: #73EADD;
}
</style>
border-color css
<style>
span { border-color: #73EADD; }
span { border-color: rgb(115,234,221); }
td.TdClassName
{
border-color: #73EADD;
}
.TagClassName
{
border-color: #73EADD;
}
</style>