Shades of Bright Turquoise #11FDCB
Tints of Bright Turquoise #11FDCB
RGB
CMYK
RGB Variations
Color information
#11FDCB (or 0x11FDCB) is known color: Bright Turquoise. HEX triplet: 11, FD and CB. RGB value is (17,253,203). Sum of RGB (Red+Green+Blue) = 17+253+203=473 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FDCB is #EE0234. Grayscale: #B0B0B0. Windows color (decimal): -15598133 or 13368593. OLE color: 13368593.
HSL color Cylindrical-coordinate representation of color #11FDCB: hue angle of 167.29º 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 #11FDCB is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 253 | 203 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.01 |
| HSL | 167.29º | 0.98% | 0.53% | - |
| HSV(B) | 167.29º | 0.93% | 0.99% | - |
| XYZ | 46.14 | 74.68 | 68.48 | - |
| YUV | 176.74 | 142.81 | 14.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 253 | 203 | 0.93 | 0 | 0.20 | 0.01 | 167.29 | 0.98 | 0.53 |
| Hex | 11 | FD | CB | 5D | 0 | 14 | 1 | A7 | 62 | 35 |
| Octal | 21 | 375 | 313 | 135 | 0 | 24 | 1 | 247 | 142 | 65 |
| Binary | 10001 | 11111101 | 11001011 | 1011101 | 0 | 10100 | 1 | 10100111 | 1100010 | 110101 |
Color Harmonies of #11FDCB
Complementary color
Monochromatic Colors of #11FDCB
Black with #11FDCB
Text Example
Text Example
White with #11FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FDCB; }
p { color: rgb(17,253,203); }
H1.HeaderClassName
{
color: #11FDCB;
}
.AnyTagClassName
{
color: #11FDCB;
}
</style>
background-color css
<style>
a { background-color: #11FDCB; }
a { background-color: rgb(17,253,203); }
div.DivClassName
{
background-color: #11FDCB;
}
.BgClassName
{
background-color: #11FDCB;
}
</style>
border-color css
<style>
span { border-color: #11FDCB; }
span { border-color: rgb(17,253,203); }
td.TdClassName
{
border-color: #11FDCB;
}
.TagClassName
{
border-color: #11FDCB;
}
</style>