Shades of Bright Turquoise #11FDE2
Tints of Bright Turquoise #11FDE2
RGB
CMYK
RGB Variations
Color information
#11FDE2 (or 0x11FDE2) is known color: Bright Turquoise. HEX triplet: 11, FD and E2. RGB value is (17,253,226). Sum of RGB (Red+Green+Blue) = 17+253+226=496 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FDE2 is #EE021D. Grayscale: #B3B3B3. Windows color (decimal): -15598110 or 14875921. OLE color: 14875921.
HSL color Cylindrical-coordinate representation of color #11FDE2: hue angle of 173.14º 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 #11FDE2 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 253 | 226 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.01 |
| HSL | 173.14º | 0.98% | 0.53% | - |
| HSV(B) | 173.14º | 0.93% | 0.99% | - |
| XYZ | 49.08 | 75.86 | 84.01 | - |
| YUV | 179.36 | 154.31 | 12.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 253 | 226 | 0.93 | 0 | 0.11 | 0.01 | 173.14 | 0.98 | 0.53 |
| Hex | 11 | FD | E2 | 5D | 0 | B | 1 | AD | 62 | 35 |
| Octal | 21 | 375 | 342 | 135 | 0 | 13 | 1 | 255 | 142 | 65 |
| Binary | 10001 | 11111101 | 11100010 | 1011101 | 0 | 1011 | 1 | 10101101 | 1100010 | 110101 |
Color Harmonies of #11FDE2
Complementary color
Monochromatic Colors of #11FDE2
Black with #11FDE2
Text Example
Text Example
White with #11FDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FDE2; }
p { color: rgb(17,253,226); }
H1.HeaderClassName
{
color: #11FDE2;
}
.AnyTagClassName
{
color: #11FDE2;
}
</style>
background-color css
<style>
a { background-color: #11FDE2; }
a { background-color: rgb(17,253,226); }
div.DivClassName
{
background-color: #11FDE2;
}
.BgClassName
{
background-color: #11FDE2;
}
</style>
border-color css
<style>
span { border-color: #11FDE2; }
span { border-color: rgb(17,253,226); }
td.TdClassName
{
border-color: #11FDE2;
}
.TagClassName
{
border-color: #11FDE2;
}
</style>