Shades of Bright Turquoise #11FEDD
Tints of Bright Turquoise #11FEDD
RGB
CMYK
RGB Variations
Color information
#11FEDD (or 0x11FEDD) is known color: Bright Turquoise. HEX triplet: 11, FE and DD. RGB value is (17,254,221). Sum of RGB (Red+Green+Blue) = 17+254+221=492 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FEDD is #EE0122. Grayscale: #B3B3B3. Windows color (decimal): -15597859 or 14548497. OLE color: 14548497.
HSL color Cylindrical-coordinate representation of color #11FEDD: hue angle of 171.65º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FEDD is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 221 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.00 |
| HSL | 171.65º | 0.99% | 0.53% | - |
| HSV(B) | 171.65º | 0.93% | 1% | - |
| XYZ | 48.72 | 76.22 | 80.55 | - |
| YUV | 179.38 | 151.48 | 12.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 221 | 0.93 | 0 | 0.13 | 0.00 | 171.65 | 0.99 | 0.53 |
| Hex | 11 | FE | DD | 5D | 0 | D | 0 | AC | 63 | 35 |
| Octal | 21 | 376 | 335 | 135 | 0 | 15 | 0 | 254 | 143 | 65 |
| Binary | 10001 | 11111110 | 11011101 | 1011101 | 0 | 1101 | 0 | 10101100 | 1100011 | 110101 |
Color Harmonies of #11FEDD
Complementary color
Monochromatic Colors of #11FEDD
Black with #11FEDD
Text Example
Text Example
White with #11FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FEDD; }
p { color: rgb(17,254,221); }
H1.HeaderClassName
{
color: #11FEDD;
}
.AnyTagClassName
{
color: #11FEDD;
}
</style>
background-color css
<style>
a { background-color: #11FEDD; }
a { background-color: rgb(17,254,221); }
div.DivClassName
{
background-color: #11FEDD;
}
.BgClassName
{
background-color: #11FEDD;
}
</style>
border-color css
<style>
span { border-color: #11FEDD; }
span { border-color: rgb(17,254,221); }
td.TdClassName
{
border-color: #11FEDD;
}
.TagClassName
{
border-color: #11FEDD;
}
</style>