Shades of Bright Turquoise #11DCE1
Tints of Bright Turquoise #11DCE1
RGB
CMYK
RGB Variations
Color information
#11DCE1 (or 0x11DCE1) is known color: Bright Turquoise. HEX triplet: 11, DC and E1. RGB value is (17,220,225). Sum of RGB (Red+Green+Blue) = 17+220+225=462 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.68% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #11DCE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCE1 is #EE231E. Grayscale: #9F9F9F. Windows color (decimal): -15606559 or 14801937. OLE color: 14801937.
HSL color Cylindrical-coordinate representation of color #11DCE1: hue angle of 181.44º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DCE1 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 220 | 225 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.12 |
| HSL | 181.44º | 0.86% | 0.47% | - |
| HSV(B) | 181.44º | 0.92% | 0.88% | - |
| XYZ | 39.41 | 56.74 | 80.11 | - |
| YUV | 159.87 | 164.75 | 26.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 225 | 0.92 | 0.02 | 0 | 0.12 | 181.44 | 0.86 | 0.47 |
| Hex | 11 | DC | E1 | 5C | 2 | 0 | C | B5 | 56 | 2F |
| Octal | 21 | 334 | 341 | 134 | 2 | 0 | 14 | 265 | 126 | 57 |
| Binary | 10001 | 11011100 | 11100001 | 1011100 | 10 | 0 | 1100 | 10110101 | 1010110 | 101111 |
Color Harmonies of #11DCE1
Complementary color
Monochromatic Colors of #11DCE1
Black with #11DCE1
Text Example
Text Example
White with #11DCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DCE1; }
p { color: rgb(17,220,225); }
H1.HeaderClassName
{
color: #11DCE1;
}
.AnyTagClassName
{
color: #11DCE1;
}
</style>
background-color css
<style>
a { background-color: #11DCE1; }
a { background-color: rgb(17,220,225); }
div.DivClassName
{
background-color: #11DCE1;
}
.BgClassName
{
background-color: #11DCE1;
}
</style>
border-color css
<style>
span { border-color: #11DCE1; }
span { border-color: rgb(17,220,225); }
td.TdClassName
{
border-color: #11DCE1;
}
.TagClassName
{
border-color: #11DCE1;
}
</style>