Shades of Bright Turquoise #11FDE1
Tints of Bright Turquoise #11FDE1
RGB
CMYK
RGB Variations
Color information
#11FDE1 (or 0x11FDE1) is known color: Bright Turquoise. HEX triplet: 11, FD and E1. RGB value is (17,253,225). Sum of RGB (Red+Green+Blue) = 17+253+225=495 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FDE1 is #EE021E. Grayscale: #B3B3B3. Windows color (decimal): -15598111 or 14810385. OLE color: 14810385.
HSL color Cylindrical-coordinate representation of color #11FDE1: hue angle of 172.88º 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 #11FDE1 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 253 | 225 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.01 |
| HSL | 172.88º | 0.98% | 0.53% | - |
| HSV(B) | 172.88º | 0.93% | 0.99% | - |
| XYZ | 48.95 | 75.81 | 83.29 | - |
| YUV | 179.24 | 153.81 | 12.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 253 | 225 | 0.93 | 0 | 0.11 | 0.01 | 172.88 | 0.98 | 0.53 |
| Hex | 11 | FD | E1 | 5D | 0 | B | 1 | AD | 62 | 35 |
| Octal | 21 | 375 | 341 | 135 | 0 | 13 | 1 | 255 | 142 | 65 |
| Binary | 10001 | 11111101 | 11100001 | 1011101 | 0 | 1011 | 1 | 10101101 | 1100010 | 110101 |
Color Harmonies of #11FDE1
Complementary color
Monochromatic Colors of #11FDE1
Black with #11FDE1
Text Example
Text Example
White with #11FDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FDE1; }
p { color: rgb(17,253,225); }
H1.HeaderClassName
{
color: #11FDE1;
}
.AnyTagClassName
{
color: #11FDE1;
}
</style>
background-color css
<style>
a { background-color: #11FDE1; }
a { background-color: rgb(17,253,225); }
div.DivClassName
{
background-color: #11FDE1;
}
.BgClassName
{
background-color: #11FDE1;
}
</style>
border-color css
<style>
span { border-color: #11FDE1; }
span { border-color: rgb(17,253,225); }
td.TdClassName
{
border-color: #11FDE1;
}
.TagClassName
{
border-color: #11FDE1;
}
</style>