Shades of Bright Turquoise #11DEDD
Tints of Bright Turquoise #11DEDD
RGB
CMYK
RGB Variations
Color information
#11DEDD (or 0x11DEDD) is known color: Bright Turquoise. HEX triplet: 11, DE and DD. RGB value is (17,222,221). Sum of RGB (Red+Green+Blue) = 17+222+221=460 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #11DEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DEDD is #EE2122. Grayscale: #A0A0A0. Windows color (decimal): -15606051 or 14540305. OLE color: 14540305.
HSL color Cylindrical-coordinate representation of color #11DEDD: hue angle of 179.71º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DEDD is Cyan = 0.92, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 222 | 221 | - |
| CMYK | 0.92 | 0 | 0.00 | 0.13 |
| HSL | 179.71º | 0.86% | 0.47% | - |
| HSV(B) | 179.71º | 0.92% | 0.87% | - |
| XYZ | 39.4 | 57.58 | 77.44 | - |
| YUV | 160.59 | 162.08 | 25.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 222 | 221 | 0.92 | 0 | 0.00 | 0.13 | 179.71 | 0.86 | 0.47 |
| Hex | 11 | DE | DD | 5C | 0 | 0 | D | B4 | 56 | 2F |
| Octal | 21 | 336 | 335 | 134 | 0 | 0 | 15 | 264 | 126 | 57 |
| Binary | 10001 | 11011110 | 11011101 | 1011100 | 0 | 0 | 1101 | 10110100 | 1010110 | 101111 |
Color Harmonies of #11DEDD
Complementary color
Monochromatic Colors of #11DEDD
Black with #11DEDD
Text Example
Text Example
White with #11DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DEDD; }
p { color: rgb(17,222,221); }
H1.HeaderClassName
{
color: #11DEDD;
}
.AnyTagClassName
{
color: #11DEDD;
}
</style>
background-color css
<style>
a { background-color: #11DEDD; }
a { background-color: rgb(17,222,221); }
div.DivClassName
{
background-color: #11DEDD;
}
.BgClassName
{
background-color: #11DEDD;
}
</style>
border-color css
<style>
span { border-color: #11DEDD; }
span { border-color: rgb(17,222,221); }
td.TdClassName
{
border-color: #11DEDD;
}
.TagClassName
{
border-color: #11DEDD;
}
</style>