Shades of Bright Turquoise #11F9D9
Tints of Bright Turquoise #11F9D9
RGB
CMYK
RGB Variations
Color information
#11F9D9 (or 0x11F9D9) is known color: Bright Turquoise. HEX triplet: 11, F9 and D9. RGB value is (17,249,217). Sum of RGB (Red+Green+Blue) = 17+249+217=483 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.52% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #11F9D9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F9D9 is #EE0626. Grayscale: #AFAFAF. Windows color (decimal): -15599143 or 14285073. OLE color: 14285073.
HSL color Cylindrical-coordinate representation of color #11F9D9: hue angle of 171.72º degrees, saturation: 0.95, 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 #11F9D9 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 249 | 217 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.02 |
| HSL | 171.72º | 0.95% | 0.52% | - |
| HSV(B) | 171.72º | 0.93% | 0.98% | - |
| XYZ | 46.63 | 72.88 | 77.26 | - |
| YUV | 175.98 | 151.14 | 14.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 249 | 217 | 0.93 | 0 | 0.13 | 0.02 | 171.72 | 0.95 | 0.52 |
| Hex | 11 | F9 | D9 | 5D | 0 | D | 2 | AC | 5F | 34 |
| Octal | 21 | 371 | 331 | 135 | 0 | 15 | 2 | 254 | 137 | 64 |
| Binary | 10001 | 11111001 | 11011001 | 1011101 | 0 | 1101 | 10 | 10101100 | 1011111 | 110100 |
Color Harmonies of #11F9D9
Complementary color
Monochromatic Colors of #11F9D9
Black with #11F9D9
Text Example
Text Example
White with #11F9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F9D9; }
p { color: rgb(17,249,217); }
H1.HeaderClassName
{
color: #11F9D9;
}
.AnyTagClassName
{
color: #11F9D9;
}
</style>
background-color css
<style>
a { background-color: #11F9D9; }
a { background-color: rgb(17,249,217); }
div.DivClassName
{
background-color: #11F9D9;
}
.BgClassName
{
background-color: #11F9D9;
}
</style>
border-color css
<style>
span { border-color: #11F9D9; }
span { border-color: rgb(17,249,217); }
td.TdClassName
{
border-color: #11F9D9;
}
.TagClassName
{
border-color: #11F9D9;
}
</style>