Shades of Bright Turquoise #11EDDF
Tints of Bright Turquoise #11EDDF
RGB
CMYK
RGB Variations
Color information
#11EDDF (or 0x11EDDF) is known color: Bright Turquoise. HEX triplet: 11, ED and DF. RGB value is (17,237,223). Sum of RGB (Red+Green+Blue) = 17+237+223=477 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #11EDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EDDF is #EE1220. Grayscale: #A9A9A9. Windows color (decimal): -15602209 or 14675217. OLE color: 14675217.
HSL color Cylindrical-coordinate representation of color #11EDDF: hue angle of 176.18º 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 #11EDDF is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 237 | 223 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.07 |
| HSL | 176.18º | 0.87% | 0.5% | - |
| HSV(B) | 176.18º | 0.93% | 0.93% | - |
| XYZ | 43.83 | 66.02 | 80.24 | - |
| YUV | 169.62 | 158.11 | 19.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 237 | 223 | 0.93 | 0 | 0.06 | 0.07 | 176.18 | 0.87 | 0.5 |
| Hex | 11 | ED | DF | 5D | 0 | 6 | 7 | B0 | 57 | 32 |
| Octal | 21 | 355 | 337 | 135 | 0 | 6 | 7 | 260 | 127 | 62 |
| Binary | 10001 | 11101101 | 11011111 | 1011101 | 0 | 110 | 111 | 10110000 | 1010111 | 110010 |
Color Harmonies of #11EDDF
Complementary color
Monochromatic Colors of #11EDDF
Black with #11EDDF
Text Example
Text Example
White with #11EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EDDF; }
p { color: rgb(17,237,223); }
H1.HeaderClassName
{
color: #11EDDF;
}
.AnyTagClassName
{
color: #11EDDF;
}
</style>
background-color css
<style>
a { background-color: #11EDDF; }
a { background-color: rgb(17,237,223); }
div.DivClassName
{
background-color: #11EDDF;
}
.BgClassName
{
background-color: #11EDDF;
}
</style>
border-color css
<style>
span { border-color: #11EDDF; }
span { border-color: rgb(17,237,223); }
td.TdClassName
{
border-color: #11EDDF;
}
.TagClassName
{
border-color: #11EDDF;
}
</style>