Shades of Bright Turquoise #11DFCD
Tints of Bright Turquoise #11DFCD
RGB
CMYK
RGB Variations
Color information
#11DFCD (or 0x11DFCD) is known color: Bright Turquoise. HEX triplet: 11, DF and CD. RGB value is (17,223,205). Sum of RGB (Red+Green+Blue) = 17+223+205=445 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.82% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #11DFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DFCD is #EE2032. Grayscale: #9F9F9F. Windows color (decimal): -15605811 or 13491985. OLE color: 13491985.
HSL color Cylindrical-coordinate representation of color #11DFCD: hue angle of 174.76º 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 #11DFCD is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 223 | 205 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.13 |
| HSL | 174.76º | 0.86% | 0.47% | - |
| HSV(B) | 174.76º | 0.92% | 0.87% | - |
| XYZ | 37.64 | 57.3 | 66.83 | - |
| YUV | 159.35 | 153.75 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 205 | 0.92 | 0 | 0.08 | 0.13 | 174.76 | 0.86 | 0.47 |
| Hex | 11 | DF | CD | 5C | 0 | 8 | D | AF | 56 | 2F |
| Octal | 21 | 337 | 315 | 134 | 0 | 10 | 15 | 257 | 126 | 57 |
| Binary | 10001 | 11011111 | 11001101 | 1011100 | 0 | 1000 | 1101 | 10101111 | 1010110 | 101111 |
Color Harmonies of #11DFCD
Complementary color
Monochromatic Colors of #11DFCD
Black with #11DFCD
Text Example
Text Example
White with #11DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DFCD; }
p { color: rgb(17,223,205); }
H1.HeaderClassName
{
color: #11DFCD;
}
.AnyTagClassName
{
color: #11DFCD;
}
</style>
background-color css
<style>
a { background-color: #11DFCD; }
a { background-color: rgb(17,223,205); }
div.DivClassName
{
background-color: #11DFCD;
}
.BgClassName
{
background-color: #11DFCD;
}
</style>
border-color css
<style>
span { border-color: #11DFCD; }
span { border-color: rgb(17,223,205); }
td.TdClassName
{
border-color: #11DFCD;
}
.TagClassName
{
border-color: #11DFCD;
}
</style>