Shades of Bright Turquoise #11E1C4
Tints of Bright Turquoise #11E1C4
RGB
CMYK
RGB Variations
Color information
#11E1C4 (or 0x11E1C4) is known color: Bright Turquoise. HEX triplet: 11, E1 and C4. RGB value is (17,225,196). Sum of RGB (Red+Green+Blue) = 17+225+196=438 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.88% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #11E1C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E1C4 is #EE1E3B. Grayscale: #9F9F9F. Windows color (decimal): -15605308 or 12902673. OLE color: 12902673.
HSL color Cylindrical-coordinate representation of color #11E1C4: hue angle of 171.63º 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 #11E1C4 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 225 | 196 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.12 |
| HSL | 171.63º | 0.86% | 0.47% | - |
| HSV(B) | 171.63º | 0.92% | 0.88% | - |
| XYZ | 37.12 | 57.96 | 61.45 | - |
| YUV | 159.5 | 148.59 | 26.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 225 | 196 | 0.92 | 0 | 0.13 | 0.12 | 171.63 | 0.86 | 0.47 |
| Hex | 11 | E1 | C4 | 5C | 0 | D | C | AC | 56 | 2F |
| Octal | 21 | 341 | 304 | 134 | 0 | 15 | 14 | 254 | 126 | 57 |
| Binary | 10001 | 11100001 | 11000100 | 1011100 | 0 | 1101 | 1100 | 10101100 | 1010110 | 101111 |
Color Harmonies of #11E1C4
Complementary color
Monochromatic Colors of #11E1C4
Black with #11E1C4
Text Example
Text Example
White with #11E1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E1C4; }
p { color: rgb(17,225,196); }
H1.HeaderClassName
{
color: #11E1C4;
}
.AnyTagClassName
{
color: #11E1C4;
}
</style>
background-color css
<style>
a { background-color: #11E1C4; }
a { background-color: rgb(17,225,196); }
div.DivClassName
{
background-color: #11E1C4;
}
.BgClassName
{
background-color: #11E1C4;
}
</style>
border-color css
<style>
span { border-color: #11E1C4; }
span { border-color: rgb(17,225,196); }
td.TdClassName
{
border-color: #11E1C4;
}
.TagClassName
{
border-color: #11E1C4;
}
</style>