Shades of Bright Turquoise #11EEF1
Tints of Bright Turquoise #11EEF1
RGB
CMYK
RGB Variations
Color information
#11EEF1 (or 0x11EEF1) is known color: Bright Turquoise. HEX triplet: 11, EE and F1. RGB value is (17,238,241). Sum of RGB (Red+Green+Blue) = 17+238+241=496 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #11EEF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EEF1 is #EE110E. Grayscale: #ACACAC. Windows color (decimal): -15601935 or 15855121. OLE color: 15855121.
HSL color Cylindrical-coordinate representation of color #11EEF1: hue angle of 180.8º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EEF1 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 238 | 241 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.05 |
| HSL | 180.8º | 0.89% | 0.51% | - |
| HSV(B) | 180.8º | 0.93% | 0.95% | - |
| XYZ | 46.68 | 67.62 | 93.81 | - |
| YUV | 172.26 | 166.78 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 238 | 241 | 0.93 | 0.01 | 0 | 0.05 | 180.8 | 0.89 | 0.51 |
| Hex | 11 | EE | F1 | 5D | 1 | 0 | 5 | B5 | 59 | 33 |
| Octal | 21 | 356 | 361 | 135 | 1 | 0 | 5 | 265 | 131 | 63 |
| Binary | 10001 | 11101110 | 11110001 | 1011101 | 1 | 0 | 101 | 10110101 | 1011001 | 110011 |
Color Harmonies of #11EEF1
Complementary color
Monochromatic Colors of #11EEF1
Black with #11EEF1
Text Example
Text Example
White with #11EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EEF1; }
p { color: rgb(17,238,241); }
H1.HeaderClassName
{
color: #11EEF1;
}
.AnyTagClassName
{
color: #11EEF1;
}
</style>
background-color css
<style>
a { background-color: #11EEF1; }
a { background-color: rgb(17,238,241); }
div.DivClassName
{
background-color: #11EEF1;
}
.BgClassName
{
background-color: #11EEF1;
}
</style>
border-color css
<style>
span { border-color: #11EEF1; }
span { border-color: rgb(17,238,241); }
td.TdClassName
{
border-color: #11EEF1;
}
.TagClassName
{
border-color: #11EEF1;
}
</style>