Shades of Bright Turquoise #11EDDB
Tints of Bright Turquoise #11EDDB
RGB
CMYK
RGB Variations
Color information
#11EDDB (or 0x11EDDB) is known color: Bright Turquoise. HEX triplet: 11, ED and DB. RGB value is (17,237,219). Sum of RGB (Red+Green+Blue) = 17+237+219=473 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #11EDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EDDB is #EE1224. Grayscale: #A9A9A9. Windows color (decimal): -15602213 or 14413073. OLE color: 14413073.
HSL color Cylindrical-coordinate representation of color #11EDDB: hue angle of 175.09º 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 #11EDDB is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 237 | 219 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.07 |
| HSL | 175.09º | 0.87% | 0.5% | - |
| HSV(B) | 175.09º | 0.93% | 0.93% | - |
| XYZ | 43.3 | 65.8 | 77.44 | - |
| YUV | 169.17 | 156.11 | 19.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 237 | 219 | 0.93 | 0 | 0.08 | 0.07 | 175.09 | 0.87 | 0.5 |
| Hex | 11 | ED | DB | 5D | 0 | 8 | 7 | AF | 57 | 32 |
| Octal | 21 | 355 | 333 | 135 | 0 | 10 | 7 | 257 | 127 | 62 |
| Binary | 10001 | 11101101 | 11011011 | 1011101 | 0 | 1000 | 111 | 10101111 | 1010111 | 110010 |
Color Harmonies of #11EDDB
Complementary color
Monochromatic Colors of #11EDDB
Black with #11EDDB
Text Example
Text Example
White with #11EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EDDB; }
p { color: rgb(17,237,219); }
H1.HeaderClassName
{
color: #11EDDB;
}
.AnyTagClassName
{
color: #11EDDB;
}
</style>
background-color css
<style>
a { background-color: #11EDDB; }
a { background-color: rgb(17,237,219); }
div.DivClassName
{
background-color: #11EDDB;
}
.BgClassName
{
background-color: #11EDDB;
}
</style>
border-color css
<style>
span { border-color: #11EDDB; }
span { border-color: rgb(17,237,219); }
td.TdClassName
{
border-color: #11EDDB;
}
.TagClassName
{
border-color: #11EDDB;
}
</style>