Shades of Bright Turquoise #11FADD
Tints of Bright Turquoise #11FADD
RGB
CMYK
RGB Variations
Color information
#11FADD (or 0x11FADD) is known color: Bright Turquoise. HEX triplet: 11, FA and DD. RGB value is (17,250,221). Sum of RGB (Red+Green+Blue) = 17+250+221=488 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #11FADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FADD is #EE0522. Grayscale: #B0B0B0. Windows color (decimal): -15598883 or 14547473. OLE color: 14547473.
HSL color Cylindrical-coordinate representation of color #11FADD: hue angle of 172.53º 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 #11FADD is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 221 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.02 |
| HSL | 172.53º | 0.96% | 0.52% | - |
| HSV(B) | 172.53º | 0.93% | 0.98% | - |
| XYZ | 47.47 | 73.71 | 80.13 | - |
| YUV | 177.03 | 152.81 | 13.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 221 | 0.93 | 0 | 0.12 | 0.02 | 172.53 | 0.96 | 0.52 |
| Hex | 11 | FA | DD | 5D | 0 | C | 2 | AD | 60 | 34 |
| Octal | 21 | 372 | 335 | 135 | 0 | 14 | 2 | 255 | 140 | 64 |
| Binary | 10001 | 11111010 | 11011101 | 1011101 | 0 | 1100 | 10 | 10101101 | 1100000 | 110100 |
Color Harmonies of #11FADD
Complementary color
Monochromatic Colors of #11FADD
Black with #11FADD
Text Example
Text Example
White with #11FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FADD; }
p { color: rgb(17,250,221); }
H1.HeaderClassName
{
color: #11FADD;
}
.AnyTagClassName
{
color: #11FADD;
}
</style>
background-color css
<style>
a { background-color: #11FADD; }
a { background-color: rgb(17,250,221); }
div.DivClassName
{
background-color: #11FADD;
}
.BgClassName
{
background-color: #11FADD;
}
</style>
border-color css
<style>
span { border-color: #11FADD; }
span { border-color: rgb(17,250,221); }
td.TdClassName
{
border-color: #11FADD;
}
.TagClassName
{
border-color: #11FADD;
}
</style>