Shades of Turquoise Blue #73E6DD
Tints of Turquoise Blue #73E6DD
RGB
CMYK
RGB Variations
Color information
#73E6DD (or 0x73E6DD) is known color: Turquoise Blue. HEX triplet: 73, E6 and DD. RGB value is (115,230,221). Sum of RGB (Red+Green+Blue) = 115+230+221=566 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.32% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #73E6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E6DD is #8C1922. Grayscale: #C2C2C2. Windows color (decimal): -9181475 or 14542451. OLE color: 14542451.
HSL color Cylindrical-coordinate representation of color #73E6DD: hue angle of 175.3º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E6DD is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 230 | 221 | - |
| CMYK | 0.5 | 0 | 0.04 | 0.10 |
| HSL | 175.3º | 0.7% | 0.68% | - |
| HSV(B) | 175.3º | 0.5% | 0.9% | - |
| XYZ | 48.42 | 65.46 | 78.49 | - |
| YUV | 194.59 | 142.9 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 230 | 221 | 0.5 | 0 | 0.04 | 0.10 | 175.3 | 0.7 | 0.68 |
| Hex | 73 | E6 | DD | 32 | 0 | 4 | A | AF | 46 | 44 |
| Octal | 163 | 346 | 335 | 62 | 0 | 4 | 12 | 257 | 106 | 104 |
| Binary | 1110011 | 11100110 | 11011101 | 110010 | 0 | 100 | 1010 | 10101111 | 1000110 | 1000100 |
Color Harmonies of #73E6DD
Complementary color
Monochromatic Colors of #73E6DD
Black with #73E6DD
Text Example
Text Example
White with #73E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E6DD; }
p { color: rgb(115,230,221); }
H1.HeaderClassName
{
color: #73E6DD;
}
.AnyTagClassName
{
color: #73E6DD;
}
</style>
background-color css
<style>
a { background-color: #73E6DD; }
a { background-color: rgb(115,230,221); }
div.DivClassName
{
background-color: #73E6DD;
}
.BgClassName
{
background-color: #73E6DD;
}
</style>
border-color css
<style>
span { border-color: #73E6DD; }
span { border-color: rgb(115,230,221); }
td.TdClassName
{
border-color: #73E6DD;
}
.TagClassName
{
border-color: #73E6DD;
}
</style>