Shades of Bright Turquoise #11DCDC
Tints of Bright Turquoise #11DCDC
RGB
CMYK
RGB Variations
Color information
#11DCDC (or 0x11DCDC) is known color: Bright Turquoise. HEX triplet: 11, DC and DC. RGB value is (17,220,220). Sum of RGB (Red+Green+Blue) = 17+220+220=457 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.72% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #11DCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCDC is #EE2323. Grayscale: #9F9F9F. Windows color (decimal): -15606564 or 14474257. OLE color: 14474257.
HSL color Cylindrical-coordinate representation of color #11DCDC: hue angle of 180º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DCDC is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 220 | - |
| CMYK | 0.92 | 0 | 0 | 0.14 |
| HSL | 180º | 0.86% | 0.46% | - |
| HSV(B) | 180º | 0.92% | 0.86% | - |
| XYZ | 38.74 | 56.47 | 76.57 | - |
| YUV | 159.3 | 162.25 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 220 | 0.92 | 0 | 0 | 0.14 | 180 | 0.86 | 0.46 |
| Hex | 11 | DC | DC | 5C | 0 | 0 | E | B4 | 56 | 2E |
| Octal | 21 | 334 | 334 | 134 | 0 | 0 | 16 | 264 | 126 | 56 |
| Binary | 10001 | 11011100 | 11011100 | 1011100 | 0 | 0 | 1110 | 10110100 | 1010110 | 101110 |
Color Harmonies of #11DCDC
Complementary color
Monochromatic Colors of #11DCDC
Black with #11DCDC
Text Example
Text Example
White with #11DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DCDC; }
p { color: rgb(17,220,220); }
H1.HeaderClassName
{
color: #11DCDC;
}
.AnyTagClassName
{
color: #11DCDC;
}
</style>
background-color css
<style>
a { background-color: #11DCDC; }
a { background-color: rgb(17,220,220); }
div.DivClassName
{
background-color: #11DCDC;
}
.BgClassName
{
background-color: #11DCDC;
}
</style>
border-color css
<style>
span { border-color: #11DCDC; }
span { border-color: rgb(17,220,220); }
td.TdClassName
{
border-color: #11DCDC;
}
.TagClassName
{
border-color: #11DCDC;
}
</style>