Shades of Bright Turquoise #11FFDE
Tints of Bright Turquoise #11FFDE
RGB
CMYK
RGB Variations
Color information
#11FFDE (or 0x11FFDE) is known color: Bright Turquoise. HEX triplet: 11, FF and DE. RGB value is (17,255,222). Sum of RGB (Red+Green+Blue) = 17+255+222=494 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.44% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFDE is #EE0021. Grayscale: #B3B3B3. Windows color (decimal): -15597602 or 14614289. OLE color: 14614289.
HSL color Cylindrical-coordinate representation of color #11FFDE: hue angle of 171.68º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FFDE is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 222 | - |
| CMYK | 0.93 | 0 | 0.13 | 0 |
| HSL | 171.68º | 1% | 0.53% | - |
| HSV(B) | 171.68º | 0.93% | 1% | - |
| XYZ | 49.18 | 76.91 | 81.36 | - |
| YUV | 180.08 | 151.65 | 11.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 222 | 0.93 | 0 | 0.13 | 0 | 171.68 | 1 | 0.53 |
| Hex | 11 | FF | DE | 5D | 0 | D | 0 | AC | 64 | 35 |
| Octal | 21 | 377 | 336 | 135 | 0 | 15 | 0 | 254 | 144 | 65 |
| Binary | 10001 | 11111111 | 11011110 | 1011101 | 0 | 1101 | 0 | 10101100 | 1100100 | 110101 |
Color Harmonies of #11FFDE
Complementary color
Monochromatic Colors of #11FFDE
Black with #11FFDE
Text Example
Text Example
White with #11FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFDE; }
p { color: rgb(17,255,222); }
H1.HeaderClassName
{
color: #11FFDE;
}
.AnyTagClassName
{
color: #11FFDE;
}
</style>
background-color css
<style>
a { background-color: #11FFDE; }
a { background-color: rgb(17,255,222); }
div.DivClassName
{
background-color: #11FFDE;
}
.BgClassName
{
background-color: #11FFDE;
}
</style>
border-color css
<style>
span { border-color: #11FFDE; }
span { border-color: rgb(17,255,222); }
td.TdClassName
{
border-color: #11FFDE;
}
.TagClassName
{
border-color: #11FFDE;
}
</style>