Shades of Bright Turquoise #11EDD7
Tints of Bright Turquoise #11EDD7
RGB
CMYK
RGB Variations
Color information
#11EDD7 (or 0x11EDD7) is known color: Bright Turquoise. HEX triplet: 11, ED and D7. RGB value is (17,237,215). Sum of RGB (Red+Green+Blue) = 17+237+215=469 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.62% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #11EDD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EDD7 is #EE1228. Grayscale: #A8A8A8. Windows color (decimal): -15602217 or 14150929. OLE color: 14150929.
HSL color Cylindrical-coordinate representation of color #11EDD7: hue angle of 174º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EDD7 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 237 | 215 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.07 |
| HSL | 174º | 0.87% | 0.5% | - |
| HSV(B) | 174º | 0.93% | 0.93% | - |
| XYZ | 42.78 | 65.59 | 74.7 | - |
| YUV | 168.71 | 154.11 | 19.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 237 | 215 | 0.93 | 0 | 0.09 | 0.07 | 174 | 0.87 | 0.5 |
| Hex | 11 | ED | D7 | 5D | 0 | 9 | 7 | AE | 57 | 32 |
| Octal | 21 | 355 | 327 | 135 | 0 | 11 | 7 | 256 | 127 | 62 |
| Binary | 10001 | 11101101 | 11010111 | 1011101 | 0 | 1001 | 111 | 10101110 | 1010111 | 110010 |
Color Harmonies of #11EDD7
Complementary color
Monochromatic Colors of #11EDD7
Black with #11EDD7
Text Example
Text Example
White with #11EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EDD7; }
p { color: rgb(17,237,215); }
H1.HeaderClassName
{
color: #11EDD7;
}
.AnyTagClassName
{
color: #11EDD7;
}
</style>
background-color css
<style>
a { background-color: #11EDD7; }
a { background-color: rgb(17,237,215); }
div.DivClassName
{
background-color: #11EDD7;
}
.BgClassName
{
background-color: #11EDD7;
}
</style>
border-color css
<style>
span { border-color: #11EDD7; }
span { border-color: rgb(17,237,215); }
td.TdClassName
{
border-color: #11EDD7;
}
.TagClassName
{
border-color: #11EDD7;
}
</style>