Shades of Bright Turquoise #11FBCD
Tints of Bright Turquoise #11FBCD
RGB
CMYK
RGB Variations
Color information
#11FBCD (or 0x11FBCD) is known color: Bright Turquoise. HEX triplet: 11, FB and CD. RGB value is (17,251,205). Sum of RGB (Red+Green+Blue) = 17+251+205=473 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #11FBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FBCD is #EE0432. Grayscale: #AFAFAF. Windows color (decimal): -15598643 or 13499153. OLE color: 13499153.
HSL color Cylindrical-coordinate representation of color #11FBCD: hue angle of 168.21º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FBCD is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 251 | 205 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.02 |
| HSL | 168.21º | 0.97% | 0.53% | - |
| HSV(B) | 168.21º | 0.93% | 0.98% | - |
| XYZ | 45.75 | 73.52 | 69.54 | - |
| YUV | 175.79 | 144.48 | 14.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 251 | 205 | 0.93 | 0 | 0.18 | 0.02 | 168.21 | 0.97 | 0.53 |
| Hex | 11 | FB | CD | 5D | 0 | 12 | 2 | A8 | 61 | 35 |
| Octal | 21 | 373 | 315 | 135 | 0 | 22 | 2 | 250 | 141 | 65 |
| Binary | 10001 | 11111011 | 11001101 | 1011101 | 0 | 10010 | 10 | 10101000 | 1100001 | 110101 |
Color Harmonies of #11FBCD
Complementary color
Monochromatic Colors of #11FBCD
Black with #11FBCD
Text Example
Text Example
White with #11FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FBCD; }
p { color: rgb(17,251,205); }
H1.HeaderClassName
{
color: #11FBCD;
}
.AnyTagClassName
{
color: #11FBCD;
}
</style>
background-color css
<style>
a { background-color: #11FBCD; }
a { background-color: rgb(17,251,205); }
div.DivClassName
{
background-color: #11FBCD;
}
.BgClassName
{
background-color: #11FBCD;
}
</style>
border-color css
<style>
span { border-color: #11FBCD; }
span { border-color: rgb(17,251,205); }
td.TdClassName
{
border-color: #11FBCD;
}
.TagClassName
{
border-color: #11FBCD;
}
</style>