Shades of Bright Turquoise #11FCE6
Tints of Bright Turquoise #11FCE6
RGB
CMYK
RGB Variations
Color information
#11FCE6 (or 0x11FCE6) is known color: Bright Turquoise. HEX triplet: 11, FC and E6. RGB value is (17,252,230). Sum of RGB (Red+Green+Blue) = 17+252+230=499 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.41% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #11FCE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FCE6 is #EE0319. Grayscale: #B3B3B3. Windows color (decimal): -15598362 or 15137809. OLE color: 15137809.
HSL color Cylindrical-coordinate representation of color #11FCE6: hue angle of 174.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FCE6 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 252 | 230 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.01 |
| HSL | 174.38º | 0.98% | 0.53% | - |
| HSV(B) | 174.38º | 0.93% | 0.99% | - |
| XYZ | 49.32 | 75.45 | 86.83 | - |
| YUV | 179.23 | 156.64 | 12.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 252 | 230 | 0.93 | 0 | 0.09 | 0.01 | 174.38 | 0.98 | 0.53 |
| Hex | 11 | FC | E6 | 5D | 0 | 9 | 1 | AE | 62 | 35 |
| Octal | 21 | 374 | 346 | 135 | 0 | 11 | 1 | 256 | 142 | 65 |
| Binary | 10001 | 11111100 | 11100110 | 1011101 | 0 | 1001 | 1 | 10101110 | 1100010 | 110101 |
Color Harmonies of #11FCE6
Complementary color
Monochromatic Colors of #11FCE6
Black with #11FCE6
Text Example
Text Example
White with #11FCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FCE6; }
p { color: rgb(17,252,230); }
H1.HeaderClassName
{
color: #11FCE6;
}
.AnyTagClassName
{
color: #11FCE6;
}
</style>
background-color css
<style>
a { background-color: #11FCE6; }
a { background-color: rgb(17,252,230); }
div.DivClassName
{
background-color: #11FCE6;
}
.BgClassName
{
background-color: #11FCE6;
}
</style>
border-color css
<style>
span { border-color: #11FCE6; }
span { border-color: rgb(17,252,230); }
td.TdClassName
{
border-color: #11FCE6;
}
.TagClassName
{
border-color: #11FCE6;
}
</style>