Shades of Turquoise Blue #73E6DC
Tints of Turquoise Blue #73E6DC
RGB
CMYK
RGB Variations
Color information
#73E6DC (or 0x73E6DC) is known color: Turquoise Blue. HEX triplet: 73, E6 and DC. RGB value is (115,230,220). Sum of RGB (Red+Green+Blue) = 115+230+220=565 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.35% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #73E6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E6DC is #8C1923. Grayscale: #C2C2C2. Windows color (decimal): -9181476 or 14476915. OLE color: 14476915.
HSL color Cylindrical-coordinate representation of color #73E6DC: hue angle of 174.78º 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 #73E6DC is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 230 | 220 | - |
| CMYK | 0.5 | 0 | 0.04 | 0.10 |
| HSL | 174.78º | 0.7% | 0.68% | - |
| HSV(B) | 174.78º | 0.5% | 0.9% | - |
| XYZ | 48.29 | 65.41 | 77.79 | - |
| YUV | 194.48 | 142.4 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 230 | 220 | 0.5 | 0 | 0.04 | 0.10 | 174.78 | 0.7 | 0.68 |
| Hex | 73 | E6 | DC | 32 | 0 | 4 | A | AF | 46 | 44 |
| Octal | 163 | 346 | 334 | 62 | 0 | 4 | 12 | 257 | 106 | 104 |
| Binary | 1110011 | 11100110 | 11011100 | 110010 | 0 | 100 | 1010 | 10101111 | 1000110 | 1000100 |
Color Harmonies of #73E6DC
Complementary color
Monochromatic Colors of #73E6DC
Black with #73E6DC
Text Example
Text Example
White with #73E6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E6DC; }
p { color: rgb(115,230,220); }
H1.HeaderClassName
{
color: #73E6DC;
}
.AnyTagClassName
{
color: #73E6DC;
}
</style>
background-color css
<style>
a { background-color: #73E6DC; }
a { background-color: rgb(115,230,220); }
div.DivClassName
{
background-color: #73E6DC;
}
.BgClassName
{
background-color: #73E6DC;
}
</style>
border-color css
<style>
span { border-color: #73E6DC; }
span { border-color: rgb(115,230,220); }
td.TdClassName
{
border-color: #73E6DC;
}
.TagClassName
{
border-color: #73E6DC;
}
</style>