Shades of Turquoise Blue #73E2DD
Tints of Turquoise Blue #73E2DD
RGB
CMYK
RGB Variations
Color information
#73E2DD (or 0x73E2DD) is known color: Turquoise Blue. HEX triplet: 73, E2 and DD. RGB value is (115,226,221). Sum of RGB (Red+Green+Blue) = 115+226+221=562 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.46% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #73E2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E2DD is #8C1D22. Grayscale: #C0C0C0. Windows color (decimal): -9182499 or 14541427. OLE color: 14541427.
HSL color Cylindrical-coordinate representation of color #73E2DD: hue angle of 177.3º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E2DD is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 226 | 221 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.11 |
| HSL | 177.3º | 0.66% | 0.67% | - |
| HSV(B) | 177.3º | 0.49% | 0.89% | - |
| XYZ | 47.32 | 63.26 | 78.12 | - |
| YUV | 192.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 226 | 221 | 0.49 | 0 | 0.02 | 0.11 | 177.3 | 0.66 | 0.67 |
| Hex | 73 | E2 | DD | 31 | 0 | 2 | B | B1 | 42 | 43 |
| Octal | 163 | 342 | 335 | 61 | 0 | 2 | 13 | 261 | 102 | 103 |
| Binary | 1110011 | 11100010 | 11011101 | 110001 | 0 | 10 | 1011 | 10110001 | 1000010 | 1000011 |
Color Harmonies of #73E2DD
Complementary color
Monochromatic Colors of #73E2DD
Black with #73E2DD
Text Example
Text Example
White with #73E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E2DD; }
p { color: rgb(115,226,221); }
H1.HeaderClassName
{
color: #73E2DD;
}
.AnyTagClassName
{
color: #73E2DD;
}
</style>
background-color css
<style>
a { background-color: #73E2DD; }
a { background-color: rgb(115,226,221); }
div.DivClassName
{
background-color: #73E2DD;
}
.BgClassName
{
background-color: #73E2DD;
}
</style>
border-color css
<style>
span { border-color: #73E2DD; }
span { border-color: rgb(115,226,221); }
td.TdClassName
{
border-color: #73E2DD;
}
.TagClassName
{
border-color: #73E2DD;
}
</style>