Shades of Bright Turquoise #11FDDD
Tints of Bright Turquoise #11FDDD
RGB
CMYK
RGB Variations
Color information
#11FDDD (or 0x11FDDD) is known color: Bright Turquoise. HEX triplet: 11, FD and DD. RGB value is (17,253,221). Sum of RGB (Red+Green+Blue) = 17+253+221=491 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FDDD is #EE0222. Grayscale: #B2B2B2. Windows color (decimal): -15598115 or 14548241. OLE color: 14548241.
HSL color Cylindrical-coordinate representation of color #11FDDD: hue angle of 171.86º 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 #11FDDD is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 253 | 221 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.01 |
| HSL | 171.86º | 0.98% | 0.53% | - |
| HSV(B) | 171.86º | 0.93% | 0.99% | - |
| XYZ | 48.41 | 75.59 | 80.45 | - |
| YUV | 178.79 | 151.81 | 12.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 253 | 221 | 0.93 | 0 | 0.13 | 0.01 | 171.86 | 0.98 | 0.53 |
| Hex | 11 | FD | DD | 5D | 0 | D | 1 | AC | 62 | 35 |
| Octal | 21 | 375 | 335 | 135 | 0 | 15 | 1 | 254 | 142 | 65 |
| Binary | 10001 | 11111101 | 11011101 | 1011101 | 0 | 1101 | 1 | 10101100 | 1100010 | 110101 |
Color Harmonies of #11FDDD
Complementary color
Monochromatic Colors of #11FDDD
Black with #11FDDD
Text Example
Text Example
White with #11FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FDDD; }
p { color: rgb(17,253,221); }
H1.HeaderClassName
{
color: #11FDDD;
}
.AnyTagClassName
{
color: #11FDDD;
}
</style>
background-color css
<style>
a { background-color: #11FDDD; }
a { background-color: rgb(17,253,221); }
div.DivClassName
{
background-color: #11FDDD;
}
.BgClassName
{
background-color: #11FDDD;
}
</style>
border-color css
<style>
span { border-color: #11FDDD; }
span { border-color: rgb(17,253,221); }
td.TdClassName
{
border-color: #11FDDD;
}
.TagClassName
{
border-color: #11FDDD;
}
</style>