Shades of Bright Turquoise #11FDCC
Tints of Bright Turquoise #11FDCC
RGB
CMYK
RGB Variations
Color information
#11FDCC (or 0x11FDCC) is known color: Bright Turquoise. HEX triplet: 11, FD and CC. RGB value is (17,253,204). Sum of RGB (Red+Green+Blue) = 17+253+204=474 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 474); Green value is 253 (99.22% from 255 or 53.38% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FDCC is #EE0233. Grayscale: #B0B0B0. Windows color (decimal): -15598132 or 13434129. OLE color: 13434129.
HSL color Cylindrical-coordinate representation of color #11FDCC: hue angle of 167.54º 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 #11FDCC is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 253 | 204 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.01 |
| HSL | 167.54º | 0.98% | 0.53% | - |
| HSV(B) | 167.54º | 0.93% | 0.99% | - |
| XYZ | 46.26 | 74.73 | 69.11 | - |
| YUV | 176.85 | 143.31 | 13.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 253 | 204 | 0.93 | 0 | 0.19 | 0.01 | 167.54 | 0.98 | 0.53 |
| Hex | 11 | FD | CC | 5D | 0 | 13 | 1 | A8 | 62 | 35 |
| Octal | 21 | 375 | 314 | 135 | 0 | 23 | 1 | 250 | 142 | 65 |
| Binary | 10001 | 11111101 | 11001100 | 1011101 | 0 | 10011 | 1 | 10101000 | 1100010 | 110101 |
Color Harmonies of #11FDCC
Complementary color
Monochromatic Colors of #11FDCC
Black with #11FDCC
Text Example
Text Example
White with #11FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FDCC; }
p { color: rgb(17,253,204); }
H1.HeaderClassName
{
color: #11FDCC;
}
.AnyTagClassName
{
color: #11FDCC;
}
</style>
background-color css
<style>
a { background-color: #11FDCC; }
a { background-color: rgb(17,253,204); }
div.DivClassName
{
background-color: #11FDCC;
}
.BgClassName
{
background-color: #11FDCC;
}
</style>
border-color css
<style>
span { border-color: #11FDCC; }
span { border-color: rgb(17,253,204); }
td.TdClassName
{
border-color: #11FDCC;
}
.TagClassName
{
border-color: #11FDCC;
}
</style>