Shades of Bright Turquoise #11FCDF
Tints of Bright Turquoise #11FCDF
RGB
CMYK
RGB Variations
Color information
#11FCDF (or 0x11FCDF) is known color: Bright Turquoise. HEX triplet: 11, FC and DF. RGB value is (17,252,223). Sum of RGB (Red+Green+Blue) = 17+252+223=492 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #11FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FCDF is #EE0320. Grayscale: #B2B2B2. Windows color (decimal): -15598369 or 14679057. OLE color: 14679057.
HSL color Cylindrical-coordinate representation of color #11FCDF: hue angle of 172.6º 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 #11FCDF is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 252 | 223 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.01 |
| HSL | 172.6º | 0.98% | 0.53% | - |
| HSV(B) | 172.6º | 0.93% | 0.99% | - |
| XYZ | 48.36 | 75.07 | 81.75 | - |
| YUV | 178.43 | 153.14 | 12.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 252 | 223 | 0.93 | 0 | 0.12 | 0.01 | 172.6 | 0.98 | 0.53 |
| Hex | 11 | FC | DF | 5D | 0 | C | 1 | AD | 62 | 35 |
| Octal | 21 | 374 | 337 | 135 | 0 | 14 | 1 | 255 | 142 | 65 |
| Binary | 10001 | 11111100 | 11011111 | 1011101 | 0 | 1100 | 1 | 10101101 | 1100010 | 110101 |
Color Harmonies of #11FCDF
Complementary color
Monochromatic Colors of #11FCDF
Black with #11FCDF
Text Example
Text Example
White with #11FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FCDF; }
p { color: rgb(17,252,223); }
H1.HeaderClassName
{
color: #11FCDF;
}
.AnyTagClassName
{
color: #11FCDF;
}
</style>
background-color css
<style>
a { background-color: #11FCDF; }
a { background-color: rgb(17,252,223); }
div.DivClassName
{
background-color: #11FCDF;
}
.BgClassName
{
background-color: #11FCDF;
}
</style>
border-color css
<style>
span { border-color: #11FCDF; }
span { border-color: rgb(17,252,223); }
td.TdClassName
{
border-color: #11FCDF;
}
.TagClassName
{
border-color: #11FCDF;
}
</style>