Shades of Bright Turquoise #11FADF
Tints of Bright Turquoise #11FADF
RGB
CMYK
RGB Variations
Color information
#11FADF (or 0x11FADF) is known color: Bright Turquoise. HEX triplet: 11, FA and DF. RGB value is (17,250,223). Sum of RGB (Red+Green+Blue) = 17+250+223=490 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.47% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #11FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FADF is #EE0520. Grayscale: #B1B1B1. Windows color (decimal): -15598881 or 14678545. OLE color: 14678545.
HSL color Cylindrical-coordinate representation of color #11FADF: hue angle of 173.05º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FADF is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 223 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.02 |
| HSL | 173.05º | 0.96% | 0.52% | - |
| HSV(B) | 173.05º | 0.93% | 0.98% | - |
| XYZ | 47.74 | 73.82 | 81.54 | - |
| YUV | 177.26 | 153.81 | 13.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 223 | 0.93 | 0 | 0.11 | 0.02 | 173.05 | 0.96 | 0.52 |
| Hex | 11 | FA | DF | 5D | 0 | B | 2 | AD | 60 | 34 |
| Octal | 21 | 372 | 337 | 135 | 0 | 13 | 2 | 255 | 140 | 64 |
| Binary | 10001 | 11111010 | 11011111 | 1011101 | 0 | 1011 | 10 | 10101101 | 1100000 | 110100 |
Color Harmonies of #11FADF
Complementary color
Monochromatic Colors of #11FADF
Black with #11FADF
Text Example
Text Example
White with #11FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FADF; }
p { color: rgb(17,250,223); }
H1.HeaderClassName
{
color: #11FADF;
}
.AnyTagClassName
{
color: #11FADF;
}
</style>
background-color css
<style>
a { background-color: #11FADF; }
a { background-color: rgb(17,250,223); }
div.DivClassName
{
background-color: #11FADF;
}
.BgClassName
{
background-color: #11FADF;
}
</style>
border-color css
<style>
span { border-color: #11FADF; }
span { border-color: rgb(17,250,223); }
td.TdClassName
{
border-color: #11FADF;
}
.TagClassName
{
border-color: #11FADF;
}
</style>