Shades of Bright Turquoise #11DFE2
Tints of Bright Turquoise #11DFE2
RGB
CMYK
RGB Variations
Color information
#11DFE2 (or 0x11DFE2) is known color: Bright Turquoise. HEX triplet: 11, DF and E2. RGB value is (17,223,226). Sum of RGB (Red+Green+Blue) = 17+223+226=466 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.65% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 226 - color contains mainly: blue. Hex color #11DFE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DFE2 is #EE201D. Grayscale: #A1A1A1. Windows color (decimal): -15605790 or 14868241. OLE color: 14868241.
HSL color Cylindrical-coordinate representation of color #11DFE2: hue angle of 180.86º 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 #11DFE2 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 223 | 226 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.11 |
| HSL | 180.86º | 0.86% | 0.48% | - |
| HSV(B) | 180.86º | 0.92% | 0.89% | - |
| XYZ | 40.35 | 58.39 | 81.09 | - |
| YUV | 161.75 | 164.25 | 24.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 226 | 0.92 | 0.01 | 0 | 0.11 | 180.86 | 0.86 | 0.48 |
| Hex | 11 | DF | E2 | 5C | 1 | 0 | B | B5 | 56 | 30 |
| Octal | 21 | 337 | 342 | 134 | 1 | 0 | 13 | 265 | 126 | 60 |
| Binary | 10001 | 11011111 | 11100010 | 1011100 | 1 | 0 | 1011 | 10110101 | 1010110 | 110000 |
Color Harmonies of #11DFE2
Complementary color
Monochromatic Colors of #11DFE2
Black with #11DFE2
Text Example
Text Example
White with #11DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DFE2; }
p { color: rgb(17,223,226); }
H1.HeaderClassName
{
color: #11DFE2;
}
.AnyTagClassName
{
color: #11DFE2;
}
</style>
background-color css
<style>
a { background-color: #11DFE2; }
a { background-color: rgb(17,223,226); }
div.DivClassName
{
background-color: #11DFE2;
}
.BgClassName
{
background-color: #11DFE2;
}
</style>
border-color css
<style>
span { border-color: #11DFE2; }
span { border-color: rgb(17,223,226); }
td.TdClassName
{
border-color: #11DFE2;
}
.TagClassName
{
border-color: #11DFE2;
}
</style>