Shades of Bright Turquoise #11FDDE
Tints of Bright Turquoise #11FDDE
RGB
CMYK
RGB Variations
Color information
#11FDDE (or 0x11FDDE) is known color: Bright Turquoise. HEX triplet: 11, FD and DE. RGB value is (17,253,222). Sum of RGB (Red+Green+Blue) = 17+253+222=492 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FDDE is #EE0221. Grayscale: #B2B2B2. Windows color (decimal): -15598114 or 14613777. OLE color: 14613777.
HSL color Cylindrical-coordinate representation of color #11FDDE: hue angle of 172.12º 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 #11FDDE is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 253 | 222 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.01 |
| HSL | 172.12º | 0.98% | 0.53% | - |
| HSV(B) | 172.12º | 0.93% | 0.99% | - |
| XYZ | 48.54 | 75.64 | 81.15 | - |
| YUV | 178.9 | 152.31 | 12.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 253 | 222 | 0.93 | 0 | 0.12 | 0.01 | 172.12 | 0.98 | 0.53 |
| Hex | 11 | FD | DE | 5D | 0 | C | 1 | AC | 62 | 35 |
| Octal | 21 | 375 | 336 | 135 | 0 | 14 | 1 | 254 | 142 | 65 |
| Binary | 10001 | 11111101 | 11011110 | 1011101 | 0 | 1100 | 1 | 10101100 | 1100010 | 110101 |
Color Harmonies of #11FDDE
Complementary color
Monochromatic Colors of #11FDDE
Black with #11FDDE
Text Example
Text Example
White with #11FDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FDDE; }
p { color: rgb(17,253,222); }
H1.HeaderClassName
{
color: #11FDDE;
}
.AnyTagClassName
{
color: #11FDDE;
}
</style>
background-color css
<style>
a { background-color: #11FDDE; }
a { background-color: rgb(17,253,222); }
div.DivClassName
{
background-color: #11FDDE;
}
.BgClassName
{
background-color: #11FDDE;
}
</style>
border-color css
<style>
span { border-color: #11FDDE; }
span { border-color: rgb(17,253,222); }
td.TdClassName
{
border-color: #11FDDE;
}
.TagClassName
{
border-color: #11FDDE;
}
</style>