Shades of Bright Turquoise #11DED3
Tints of Bright Turquoise #11DED3
RGB
CMYK
RGB Variations
Color information
#11DED3 (or 0x11DED3) is known color: Bright Turquoise. HEX triplet: 11, DE and D3. RGB value is (17,222,211). Sum of RGB (Red+Green+Blue) = 17+222+211=450 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.78% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #11DED3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DED3 is #EE212C. Grayscale: #9F9F9F. Windows color (decimal): -15606061 or 13884945. OLE color: 13884945.
HSL color Cylindrical-coordinate representation of color #11DED3: hue angle of 176.78º 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 #11DED3 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 222 | 211 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.13 |
| HSL | 176.78º | 0.86% | 0.47% | - |
| HSV(B) | 176.78º | 0.92% | 0.87% | - |
| XYZ | 38.11 | 57.06 | 70.63 | - |
| YUV | 159.45 | 157.08 | 26.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 222 | 211 | 0.92 | 0 | 0.05 | 0.13 | 176.78 | 0.86 | 0.47 |
| Hex | 11 | DE | D3 | 5C | 0 | 5 | D | B1 | 56 | 2F |
| Octal | 21 | 336 | 323 | 134 | 0 | 5 | 15 | 261 | 126 | 57 |
| Binary | 10001 | 11011110 | 11010011 | 1011100 | 0 | 101 | 1101 | 10110001 | 1010110 | 101111 |
Color Harmonies of #11DED3
Complementary color
Monochromatic Colors of #11DED3
Black with #11DED3
Text Example
Text Example
White with #11DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DED3; }
p { color: rgb(17,222,211); }
H1.HeaderClassName
{
color: #11DED3;
}
.AnyTagClassName
{
color: #11DED3;
}
</style>
background-color css
<style>
a { background-color: #11DED3; }
a { background-color: rgb(17,222,211); }
div.DivClassName
{
background-color: #11DED3;
}
.BgClassName
{
background-color: #11DED3;
}
</style>
border-color css
<style>
span { border-color: #11DED3; }
span { border-color: rgb(17,222,211); }
td.TdClassName
{
border-color: #11DED3;
}
.TagClassName
{
border-color: #11DED3;
}
</style>