Shades of Bright Turquoise #11FACD
Tints of Bright Turquoise #11FACD
RGB
CMYK
RGB Variations
Color information
#11FACD (or 0x11FACD) is known color: Bright Turquoise. HEX triplet: 11, FA and CD. RGB value is (17,250,205). Sum of RGB (Red+Green+Blue) = 17+250+205=472 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.60% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #11FACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FACD is #EE0532. Grayscale: #AFAFAF. Windows color (decimal): -15598899 or 13498897. OLE color: 13498897.
HSL color Cylindrical-coordinate representation of color #11FACD: hue angle of 168.41º 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 #11FACD is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 205 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.02 |
| HSL | 168.41º | 0.96% | 0.52% | - |
| HSV(B) | 168.41º | 0.93% | 0.98% | - |
| XYZ | 45.44 | 72.9 | 69.43 | - |
| YUV | 175.2 | 144.81 | 15.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 205 | 0.93 | 0 | 0.18 | 0.02 | 168.41 | 0.96 | 0.52 |
| Hex | 11 | FA | CD | 5D | 0 | 12 | 2 | A8 | 60 | 34 |
| Octal | 21 | 372 | 315 | 135 | 0 | 22 | 2 | 250 | 140 | 64 |
| Binary | 10001 | 11111010 | 11001101 | 1011101 | 0 | 10010 | 10 | 10101000 | 1100000 | 110100 |
Color Harmonies of #11FACD
Complementary color
Monochromatic Colors of #11FACD
Black with #11FACD
Text Example
Text Example
White with #11FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FACD; }
p { color: rgb(17,250,205); }
H1.HeaderClassName
{
color: #11FACD;
}
.AnyTagClassName
{
color: #11FACD;
}
</style>
background-color css
<style>
a { background-color: #11FACD; }
a { background-color: rgb(17,250,205); }
div.DivClassName
{
background-color: #11FACD;
}
.BgClassName
{
background-color: #11FACD;
}
</style>
border-color css
<style>
span { border-color: #11FACD; }
span { border-color: rgb(17,250,205); }
td.TdClassName
{
border-color: #11FACD;
}
.TagClassName
{
border-color: #11FACD;
}
</style>