Shades of Bright Turquoise #11EFC9
Tints of Bright Turquoise #11EFC9
RGB
CMYK
RGB Variations
Color information
#11EFC9 (or 0x11EFC9) is known color: Bright Turquoise. HEX triplet: 11, EF and C9. RGB value is (17,239,201). Sum of RGB (Red+Green+Blue) = 17+239+201=457 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.72% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #11EFC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EFC9 is #EE1036. Grayscale: #A8A8A8. Windows color (decimal): -15601719 or 13233937. OLE color: 13233937.
HSL color Cylindrical-coordinate representation of color #11EFC9: hue angle of 169.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EFC9 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 239 | 201 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.06 |
| HSL | 169.73º | 0.87% | 0.5% | - |
| HSV(B) | 169.73º | 0.93% | 0.94% | - |
| XYZ | 41.64 | 66.07 | 65.82 | - |
| YUV | 168.29 | 146.45 | 20.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 239 | 201 | 0.93 | 0 | 0.16 | 0.06 | 169.73 | 0.87 | 0.5 |
| Hex | 11 | EF | C9 | 5D | 0 | 10 | 6 | AA | 57 | 32 |
| Octal | 21 | 357 | 311 | 135 | 0 | 20 | 6 | 252 | 127 | 62 |
| Binary | 10001 | 11101111 | 11001001 | 1011101 | 0 | 10000 | 110 | 10101010 | 1010111 | 110010 |
Color Harmonies of #11EFC9
Complementary color
Monochromatic Colors of #11EFC9
Black with #11EFC9
Text Example
Text Example
White with #11EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EFC9; }
p { color: rgb(17,239,201); }
H1.HeaderClassName
{
color: #11EFC9;
}
.AnyTagClassName
{
color: #11EFC9;
}
</style>
background-color css
<style>
a { background-color: #11EFC9; }
a { background-color: rgb(17,239,201); }
div.DivClassName
{
background-color: #11EFC9;
}
.BgClassName
{
background-color: #11EFC9;
}
</style>
border-color css
<style>
span { border-color: #11EFC9; }
span { border-color: rgb(17,239,201); }
td.TdClassName
{
border-color: #11EFC9;
}
.TagClassName
{
border-color: #11EFC9;
}
</style>