Shades of Bright Turquoise #11FBDF
Tints of Bright Turquoise #11FBDF
RGB
CMYK
RGB Variations
Color information
#11FBDF (or 0x11FBDF) is known color: Bright Turquoise. HEX triplet: 11, FB and DF. RGB value is (17,251,223). Sum of RGB (Red+Green+Blue) = 17+251+223=491 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 491); Green value is 251 (98.44% from 255 or 51.12% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 251 - color contains mainly: green. Hex color #11FBDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FBDF is #EE0420. Grayscale: #B1B1B1. Windows color (decimal): -15598625 or 14678801. OLE color: 14678801.
HSL color Cylindrical-coordinate representation of color #11FBDF: hue angle of 172.82º 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 #11FBDF is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 251 | 223 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.02 |
| HSL | 172.82º | 0.97% | 0.53% | - |
| HSV(B) | 172.82º | 0.93% | 0.98% | - |
| XYZ | 48.05 | 74.44 | 81.65 | - |
| YUV | 177.84 | 153.48 | 13.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 251 | 223 | 0.93 | 0 | 0.11 | 0.02 | 172.82 | 0.97 | 0.53 |
| Hex | 11 | FB | DF | 5D | 0 | B | 2 | AD | 61 | 35 |
| Octal | 21 | 373 | 337 | 135 | 0 | 13 | 2 | 255 | 141 | 65 |
| Binary | 10001 | 11111011 | 11011111 | 1011101 | 0 | 1011 | 10 | 10101101 | 1100001 | 110101 |
Color Harmonies of #11FBDF
Complementary color
Monochromatic Colors of #11FBDF
Black with #11FBDF
Text Example
Text Example
White with #11FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FBDF; }
p { color: rgb(17,251,223); }
H1.HeaderClassName
{
color: #11FBDF;
}
.AnyTagClassName
{
color: #11FBDF;
}
</style>
background-color css
<style>
a { background-color: #11FBDF; }
a { background-color: rgb(17,251,223); }
div.DivClassName
{
background-color: #11FBDF;
}
.BgClassName
{
background-color: #11FBDF;
}
</style>
border-color css
<style>
span { border-color: #11FBDF; }
span { border-color: rgb(17,251,223); }
td.TdClassName
{
border-color: #11FBDF;
}
.TagClassName
{
border-color: #11FBDF;
}
</style>