Shades of Bright Turquoise #11DFD2
Tints of Bright Turquoise #11DFD2
RGB
CMYK
RGB Variations
Color information
#11DFD2 (or 0x11DFD2) is known color: Bright Turquoise. HEX triplet: 11, DF and D2. RGB value is (17,223,210). Sum of RGB (Red+Green+Blue) = 17+223+210=450 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.78% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #11DFD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DFD2 is #EE202D. Grayscale: #9F9F9F. Windows color (decimal): -15605806 or 13819665. OLE color: 13819665.
HSL color Cylindrical-coordinate representation of color #11DFD2: hue angle of 176.21º 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 #11DFD2 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 223 | 210 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.13 |
| HSL | 176.21º | 0.86% | 0.47% | - |
| HSV(B) | 176.21º | 0.92% | 0.87% | - |
| XYZ | 38.25 | 57.55 | 70.06 | - |
| YUV | 159.92 | 156.25 | 26.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 210 | 0.92 | 0 | 0.06 | 0.13 | 176.21 | 0.86 | 0.47 |
| Hex | 11 | DF | D2 | 5C | 0 | 6 | D | B0 | 56 | 2F |
| Octal | 21 | 337 | 322 | 134 | 0 | 6 | 15 | 260 | 126 | 57 |
| Binary | 10001 | 11011111 | 11010010 | 1011100 | 0 | 110 | 1101 | 10110000 | 1010110 | 101111 |
Color Harmonies of #11DFD2
Complementary color
Monochromatic Colors of #11DFD2
Black with #11DFD2
Text Example
Text Example
White with #11DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DFD2; }
p { color: rgb(17,223,210); }
H1.HeaderClassName
{
color: #11DFD2;
}
.AnyTagClassName
{
color: #11DFD2;
}
</style>
background-color css
<style>
a { background-color: #11DFD2; }
a { background-color: rgb(17,223,210); }
div.DivClassName
{
background-color: #11DFD2;
}
.BgClassName
{
background-color: #11DFD2;
}
</style>
border-color css
<style>
span { border-color: #11DFD2; }
span { border-color: rgb(17,223,210); }
td.TdClassName
{
border-color: #11DFD2;
}
.TagClassName
{
border-color: #11DFD2;
}
</style>