Shades of Bright Turquoise #11DCE6
Tints of Bright Turquoise #11DCE6
RGB
CMYK
RGB Variations
Color information
#11DCE6 (or 0x11DCE6) is known color: Bright Turquoise. HEX triplet: 11, DC and E6. RGB value is (17,220,230). Sum of RGB (Red+Green+Blue) = 17+220+230=467 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.64% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #11DCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DCE6 is #EE2319. Grayscale: #A0A0A0. Windows color (decimal): -15606554 or 15129617. OLE color: 15129617.
HSL color Cylindrical-coordinate representation of color #11DCE6: hue angle of 182.82º 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 #11DCE6 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 220 | 230 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.10 |
| HSL | 182.82º | 0.86% | 0.48% | - |
| HSV(B) | 182.82º | 0.93% | 0.9% | - |
| XYZ | 40.11 | 57.02 | 83.75 | - |
| YUV | 160.44 | 167.25 | 25.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 230 | 0.93 | 0.04 | 0 | 0.10 | 182.82 | 0.86 | 0.48 |
| Hex | 11 | DC | E6 | 5D | 4 | 0 | A | B7 | 56 | 30 |
| Octal | 21 | 334 | 346 | 135 | 4 | 0 | 12 | 267 | 126 | 60 |
| Binary | 10001 | 11011100 | 11100110 | 1011101 | 100 | 0 | 1010 | 10110111 | 1010110 | 110000 |
Color Harmonies of #11DCE6
Complementary color
Monochromatic Colors of #11DCE6
Black with #11DCE6
Text Example
Text Example
White with #11DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DCE6; }
p { color: rgb(17,220,230); }
H1.HeaderClassName
{
color: #11DCE6;
}
.AnyTagClassName
{
color: #11DCE6;
}
</style>
background-color css
<style>
a { background-color: #11DCE6; }
a { background-color: rgb(17,220,230); }
div.DivClassName
{
background-color: #11DCE6;
}
.BgClassName
{
background-color: #11DCE6;
}
</style>
border-color css
<style>
span { border-color: #11DCE6; }
span { border-color: rgb(17,220,230); }
td.TdClassName
{
border-color: #11DCE6;
}
.TagClassName
{
border-color: #11DCE6;
}
</style>