Shades of Bright Turquoise #11FFD1
Tints of Bright Turquoise #11FFD1
RGB
CMYK
RGB Variations
Color information
#11FFD1 (or 0x11FFD1) is known color: Bright Turquoise. HEX triplet: 11, FF and D1. RGB value is (17,255,209). Sum of RGB (Red+Green+Blue) = 17+255+209=481 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.53% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFD1 is #EE002E. Grayscale: #B2B2B2. Windows color (decimal): -15597615 or 13762321. OLE color: 13762321.
HSL color Cylindrical-coordinate representation of color #11FFD1: hue angle of 168.4º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FFD1 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 209 | - |
| CMYK | 0.93 | 0 | 0.18 | 0 |
| HSL | 168.4º | 1% | 0.53% | - |
| HSV(B) | 168.4º | 0.93% | 1% | - |
| XYZ | 47.5 | 76.24 | 72.53 | - |
| YUV | 178.59 | 145.15 | 12.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 209 | 0.93 | 0 | 0.18 | 0 | 168.4 | 1 | 0.53 |
| Hex | 11 | FF | D1 | 5D | 0 | 12 | 0 | A8 | 64 | 35 |
| Octal | 21 | 377 | 321 | 135 | 0 | 22 | 0 | 250 | 144 | 65 |
| Binary | 10001 | 11111111 | 11010001 | 1011101 | 0 | 10010 | 0 | 10101000 | 1100100 | 110101 |
Color Harmonies of #11FFD1
Complementary color
Monochromatic Colors of #11FFD1
Black with #11FFD1
Text Example
Text Example
White with #11FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFD1; }
p { color: rgb(17,255,209); }
H1.HeaderClassName
{
color: #11FFD1;
}
.AnyTagClassName
{
color: #11FFD1;
}
</style>
background-color css
<style>
a { background-color: #11FFD1; }
a { background-color: rgb(17,255,209); }
div.DivClassName
{
background-color: #11FFD1;
}
.BgClassName
{
background-color: #11FFD1;
}
</style>
border-color css
<style>
span { border-color: #11FFD1; }
span { border-color: rgb(17,255,209); }
td.TdClassName
{
border-color: #11FFD1;
}
.TagClassName
{
border-color: #11FFD1;
}
</style>