Shades of Bright Turquoise #11FFCD
Tints of Bright Turquoise #11FFCD
RGB
CMYK
RGB Variations
Color information
#11FFCD (or 0x11FFCD) is known color: Bright Turquoise. HEX triplet: 11, FF and CD. RGB value is (17,255,205). Sum of RGB (Red+Green+Blue) = 17+255+205=477 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFCD is #EE0032. Grayscale: #B2B2B2. Windows color (decimal): -15597619 or 13500177. OLE color: 13500177.
HSL color Cylindrical-coordinate representation of color #11FFCD: hue angle of 167.39º 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 #11FFCD is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 205 | - |
| CMYK | 0.93 | 0 | 0.20 | 0 |
| HSL | 167.4º | 1% | 0.53% | - |
| HSV(B) | 167.4º | 0.93% | 1% | - |
| XYZ | 47.01 | 76.05 | 69.96 | - |
| YUV | 178.14 | 143.15 | 13.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 205 | 0.93 | 0 | 0.20 | 0 | 167.4 | 1 | 0.53 |
| Hex | 11 | FF | CD | 5D | 0 | 14 | 0 | A7 | 64 | 35 |
| Octal | 21 | 377 | 315 | 135 | 0 | 24 | 0 | 247 | 144 | 65 |
| Binary | 10001 | 11111111 | 11001101 | 1011101 | 0 | 10100 | 0 | 10100111 | 1100100 | 110101 |
Color Harmonies of #11FFCD
Complementary color
Monochromatic Colors of #11FFCD
Black with #11FFCD
Text Example
Text Example
White with #11FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFCD; }
p { color: rgb(17,255,205); }
H1.HeaderClassName
{
color: #11FFCD;
}
.AnyTagClassName
{
color: #11FFCD;
}
</style>
background-color css
<style>
a { background-color: #11FFCD; }
a { background-color: rgb(17,255,205); }
div.DivClassName
{
background-color: #11FFCD;
}
.BgClassName
{
background-color: #11FFCD;
}
</style>
border-color css
<style>
span { border-color: #11FFCD; }
span { border-color: rgb(17,255,205); }
td.TdClassName
{
border-color: #11FFCD;
}
.TagClassName
{
border-color: #11FFCD;
}
</style>