Shades of Bright Turquoise #11FDDB
Tints of Bright Turquoise #11FDDB
RGB
CMYK
RGB Variations
Color information
#11FDDB (or 0x11FDDB) is known color: Bright Turquoise. HEX triplet: 11, FD and DB. RGB value is (17,253,219). Sum of RGB (Red+Green+Blue) = 17+253+219=489 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FDDB is #EE0224. Grayscale: #B2B2B2. Windows color (decimal): -15598117 or 14417169. OLE color: 14417169.
HSL color Cylindrical-coordinate representation of color #11FDDB: hue angle of 171.36º 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 #11FDDB is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 253 | 219 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.01 |
| HSL | 171.36º | 0.98% | 0.53% | - |
| HSV(B) | 171.36º | 0.93% | 0.99% | - |
| XYZ | 48.14 | 75.48 | 79.05 | - |
| YUV | 178.56 | 150.81 | 12.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 253 | 219 | 0.93 | 0 | 0.13 | 0.01 | 171.36 | 0.98 | 0.53 |
| Hex | 11 | FD | DB | 5D | 0 | D | 1 | AB | 62 | 35 |
| Octal | 21 | 375 | 333 | 135 | 0 | 15 | 1 | 253 | 142 | 65 |
| Binary | 10001 | 11111101 | 11011011 | 1011101 | 0 | 1101 | 1 | 10101011 | 1100010 | 110101 |
Color Harmonies of #11FDDB
Complementary color
Monochromatic Colors of #11FDDB
Black with #11FDDB
Text Example
Text Example
White with #11FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FDDB; }
p { color: rgb(17,253,219); }
H1.HeaderClassName
{
color: #11FDDB;
}
.AnyTagClassName
{
color: #11FDDB;
}
</style>
background-color css
<style>
a { background-color: #11FDDB; }
a { background-color: rgb(17,253,219); }
div.DivClassName
{
background-color: #11FDDB;
}
.BgClassName
{
background-color: #11FDDB;
}
</style>
border-color css
<style>
span { border-color: #11FDDB; }
span { border-color: rgb(17,253,219); }
td.TdClassName
{
border-color: #11FDDB;
}
.TagClassName
{
border-color: #11FDDB;
}
</style>