Shades of Bright Turquoise #11FCCF
Tints of Bright Turquoise #11FCCF
RGB
CMYK
RGB Variations
Color information
#11FCCF (or 0x11FCCF) is known color: Bright Turquoise. HEX triplet: 11, FC and CF. RGB value is (17,252,207). Sum of RGB (Red+Green+Blue) = 17+252+207=476 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.57% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #11FCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FCCF is #EE0330. Grayscale: #B0B0B0. Windows color (decimal): -15598385 or 13630481. OLE color: 13630481.
HSL color Cylindrical-coordinate representation of color #11FCCF: hue angle of 168.51º 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 #11FCCF is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 252 | 207 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.01 |
| HSL | 168.51º | 0.98% | 0.53% | - |
| HSV(B) | 168.51º | 0.93% | 0.99% | - |
| XYZ | 46.3 | 74.24 | 70.92 | - |
| YUV | 176.61 | 145.14 | 14.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 252 | 207 | 0.93 | 0 | 0.18 | 0.01 | 168.51 | 0.98 | 0.53 |
| Hex | 11 | FC | CF | 5D | 0 | 12 | 1 | A9 | 62 | 35 |
| Octal | 21 | 374 | 317 | 135 | 0 | 22 | 1 | 251 | 142 | 65 |
| Binary | 10001 | 11111100 | 11001111 | 1011101 | 0 | 10010 | 1 | 10101001 | 1100010 | 110101 |
Color Harmonies of #11FCCF
Complementary color
Monochromatic Colors of #11FCCF
Black with #11FCCF
Text Example
Text Example
White with #11FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FCCF; }
p { color: rgb(17,252,207); }
H1.HeaderClassName
{
color: #11FCCF;
}
.AnyTagClassName
{
color: #11FCCF;
}
</style>
background-color css
<style>
a { background-color: #11FCCF; }
a { background-color: rgb(17,252,207); }
div.DivClassName
{
background-color: #11FCCF;
}
.BgClassName
{
background-color: #11FCCF;
}
</style>
border-color css
<style>
span { border-color: #11FCCF; }
span { border-color: rgb(17,252,207); }
td.TdClassName
{
border-color: #11FCCF;
}
.TagClassName
{
border-color: #11FCCF;
}
</style>