Shades of Bright Turquoise #11FDE0
Tints of Bright Turquoise #11FDE0
RGB
CMYK
RGB Variations
Color information
#11FDE0 (or 0x11FDE0) is known color: Bright Turquoise. HEX triplet: 11, FD and E0. RGB value is (17,253,224). Sum of RGB (Red+Green+Blue) = 17+253+224=494 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.44% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FDE0 is #EE021F. Grayscale: #B3B3B3. Windows color (decimal): -15598112 or 14744849. OLE color: 14744849.
HSL color Cylindrical-coordinate representation of color #11FDE0: hue angle of 172.63º 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 #11FDE0 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 253 | 224 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.01 |
| HSL | 172.63º | 0.98% | 0.53% | - |
| HSV(B) | 172.63º | 0.93% | 0.99% | - |
| XYZ | 48.81 | 75.75 | 82.57 | - |
| YUV | 179.13 | 153.31 | 12.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 253 | 224 | 0.93 | 0 | 0.11 | 0.01 | 172.63 | 0.98 | 0.53 |
| Hex | 11 | FD | E0 | 5D | 0 | B | 1 | AD | 62 | 35 |
| Octal | 21 | 375 | 340 | 135 | 0 | 13 | 1 | 255 | 142 | 65 |
| Binary | 10001 | 11111101 | 11100000 | 1011101 | 0 | 1011 | 1 | 10101101 | 1100010 | 110101 |
Color Harmonies of #11FDE0
Complementary color
Monochromatic Colors of #11FDE0
Black with #11FDE0
Text Example
Text Example
White with #11FDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FDE0; }
p { color: rgb(17,253,224); }
H1.HeaderClassName
{
color: #11FDE0;
}
.AnyTagClassName
{
color: #11FDE0;
}
</style>
background-color css
<style>
a { background-color: #11FDE0; }
a { background-color: rgb(17,253,224); }
div.DivClassName
{
background-color: #11FDE0;
}
.BgClassName
{
background-color: #11FDE0;
}
</style>
border-color css
<style>
span { border-color: #11FDE0; }
span { border-color: rgb(17,253,224); }
td.TdClassName
{
border-color: #11FDE0;
}
.TagClassName
{
border-color: #11FDE0;
}
</style>