Shades of Bright Turquoise #11E6CC
Tints of Bright Turquoise #11E6CC
RGB
CMYK
RGB Variations
Color information
#11E6CC (or 0x11E6CC) is known color: Bright Turquoise. HEX triplet: 11, E6 and CC. RGB value is (17,230,204). Sum of RGB (Red+Green+Blue) = 17+230+204=451 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.77% from 451); Green value is 230 (90.23% from 255 or 51.00% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 230 - color contains mainly: green. Hex color #11E6CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11E6CC is #EE1933. Grayscale: #A3A3A3. Windows color (decimal): -15604020 or 13428241. OLE color: 13428241.
HSL color Cylindrical-coordinate representation of color #11E6CC: hue angle of 172.68º 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 #11E6CC is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 230 | 204 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.10 |
| HSL | 172.68º | 0.86% | 0.48% | - |
| HSV(B) | 172.68º | 0.93% | 0.9% | - |
| XYZ | 39.43 | 61.07 | 66.84 | - |
| YUV | 163.35 | 150.93 | 23.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 230 | 204 | 0.93 | 0 | 0.11 | 0.10 | 172.68 | 0.86 | 0.48 |
| Hex | 11 | E6 | CC | 5D | 0 | B | A | AD | 56 | 30 |
| Octal | 21 | 346 | 314 | 135 | 0 | 13 | 12 | 255 | 126 | 60 |
| Binary | 10001 | 11100110 | 11001100 | 1011101 | 0 | 1011 | 1010 | 10101101 | 1010110 | 110000 |
Color Harmonies of #11E6CC
Complementary color
Monochromatic Colors of #11E6CC
Black with #11E6CC
Text Example
Text Example
White with #11E6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E6CC; }
p { color: rgb(17,230,204); }
H1.HeaderClassName
{
color: #11E6CC;
}
.AnyTagClassName
{
color: #11E6CC;
}
</style>
background-color css
<style>
a { background-color: #11E6CC; }
a { background-color: rgb(17,230,204); }
div.DivClassName
{
background-color: #11E6CC;
}
.BgClassName
{
background-color: #11E6CC;
}
</style>
border-color css
<style>
span { border-color: #11E6CC; }
span { border-color: rgb(17,230,204); }
td.TdClassName
{
border-color: #11E6CC;
}
.TagClassName
{
border-color: #11E6CC;
}
</style>