Shades of Bright Turquoise #11E6DC
Tints of Bright Turquoise #11E6DC
RGB
CMYK
RGB Variations
Color information
#11E6DC (or 0x11E6DC) is known color: Bright Turquoise. HEX triplet: 11, E6 and DC. RGB value is (17,230,220). Sum of RGB (Red+Green+Blue) = 17+230+220=467 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.64% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #11E6DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11E6DC is #EE1923. Grayscale: #A4A4A4. Windows color (decimal): -15604004 or 14476817. OLE color: 14476817.
HSL color Cylindrical-coordinate representation of color #11E6DC: hue angle of 177.18º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E6DC is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 230 | 220 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.10 |
| HSL | 177.18º | 0.86% | 0.48% | - |
| HSV(B) | 177.18º | 0.93% | 0.9% | - |
| XYZ | 41.45 | 61.88 | 77.47 | - |
| YUV | 165.17 | 158.93 | 22.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 230 | 220 | 0.93 | 0 | 0.04 | 0.10 | 177.18 | 0.86 | 0.48 |
| Hex | 11 | E6 | DC | 5D | 0 | 4 | A | B1 | 56 | 30 |
| Octal | 21 | 346 | 334 | 135 | 0 | 4 | 12 | 261 | 126 | 60 |
| Binary | 10001 | 11100110 | 11011100 | 1011101 | 0 | 100 | 1010 | 10110001 | 1010110 | 110000 |
Color Harmonies of #11E6DC
Complementary color
Monochromatic Colors of #11E6DC
Black with #11E6DC
Text Example
Text Example
White with #11E6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E6DC; }
p { color: rgb(17,230,220); }
H1.HeaderClassName
{
color: #11E6DC;
}
.AnyTagClassName
{
color: #11E6DC;
}
</style>
background-color css
<style>
a { background-color: #11E6DC; }
a { background-color: rgb(17,230,220); }
div.DivClassName
{
background-color: #11E6DC;
}
.BgClassName
{
background-color: #11E6DC;
}
</style>
border-color css
<style>
span { border-color: #11E6DC; }
span { border-color: rgb(17,230,220); }
td.TdClassName
{
border-color: #11E6DC;
}
.TagClassName
{
border-color: #11E6DC;
}
</style>