Shades of Bright Turquoise #11E2DF
Tints of Bright Turquoise #11E2DF
RGB
CMYK
RGB Variations
Color information
#11E2DF (or 0x11E2DF) is known color: Bright Turquoise. HEX triplet: 11, E2 and DF. RGB value is (17,226,223). Sum of RGB (Red+Green+Blue) = 17+226+223=466 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.65% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #11E2DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E2DF is #EE1D20. Grayscale: #A2A2A2. Windows color (decimal): -15605025 or 14672401. OLE color: 14672401.
HSL color Cylindrical-coordinate representation of color #11E2DF: hue angle of 179.14º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E2DF is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 226 | 223 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.11 |
| HSL | 179.14º | 0.86% | 0.48% | - |
| HSV(B) | 179.14º | 0.92% | 0.89% | - |
| XYZ | 40.75 | 59.84 | 79.21 | - |
| YUV | 163.17 | 161.76 | 23.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 226 | 223 | 0.92 | 0 | 0.01 | 0.11 | 179.14 | 0.86 | 0.48 |
| Hex | 11 | E2 | DF | 5C | 0 | 1 | B | B3 | 56 | 30 |
| Octal | 21 | 342 | 337 | 134 | 0 | 1 | 13 | 263 | 126 | 60 |
| Binary | 10001 | 11100010 | 11011111 | 1011100 | 0 | 1 | 1011 | 10110011 | 1010110 | 110000 |
Color Harmonies of #11E2DF
Complementary color
Monochromatic Colors of #11E2DF
Black with #11E2DF
Text Example
Text Example
White with #11E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E2DF; }
p { color: rgb(17,226,223); }
H1.HeaderClassName
{
color: #11E2DF;
}
.AnyTagClassName
{
color: #11E2DF;
}
</style>
background-color css
<style>
a { background-color: #11E2DF; }
a { background-color: rgb(17,226,223); }
div.DivClassName
{
background-color: #11E2DF;
}
.BgClassName
{
background-color: #11E2DF;
}
</style>
border-color css
<style>
span { border-color: #11E2DF; }
span { border-color: rgb(17,226,223); }
td.TdClassName
{
border-color: #11E2DF;
}
.TagClassName
{
border-color: #11E2DF;
}
</style>