Shades of Bright Turquoise #11DEDF
Tints of Bright Turquoise #11DEDF
RGB
CMYK
RGB Variations
Color information
#11DEDF (or 0x11DEDF) is known color: Bright Turquoise. HEX triplet: 11, DE and DF. RGB value is (17,222,223). Sum of RGB (Red+Green+Blue) = 17+222+223=462 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.68% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #11DEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DEDF is #EE2120. Grayscale: #A0A0A0. Windows color (decimal): -15606049 or 14671377. OLE color: 14671377.
HSL color Cylindrical-coordinate representation of color #11DEDF: hue angle of 180.29º 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 #11DEDF is Cyan = 0.92, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 222 | 223 | - |
| CMYK | 0.92 | 0.00 | 0 | 0.13 |
| HSL | 180.29º | 0.86% | 0.47% | - |
| HSV(B) | 180.29º | 0.92% | 0.87% | - |
| XYZ | 39.67 | 57.69 | 78.86 | - |
| YUV | 160.82 | 163.08 | 25.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 222 | 223 | 0.92 | 0.00 | 0 | 0.13 | 180.29 | 0.86 | 0.47 |
| Hex | 11 | DE | DF | 5C | 0 | 0 | D | B4 | 56 | 2F |
| Octal | 21 | 336 | 337 | 134 | 0 | 0 | 15 | 264 | 126 | 57 |
| Binary | 10001 | 11011110 | 11011111 | 1011100 | 0 | 0 | 1101 | 10110100 | 1010110 | 101111 |
Color Harmonies of #11DEDF
Complementary color
Monochromatic Colors of #11DEDF
Black with #11DEDF
Text Example
Text Example
White with #11DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DEDF; }
p { color: rgb(17,222,223); }
H1.HeaderClassName
{
color: #11DEDF;
}
.AnyTagClassName
{
color: #11DEDF;
}
</style>
background-color css
<style>
a { background-color: #11DEDF; }
a { background-color: rgb(17,222,223); }
div.DivClassName
{
background-color: #11DEDF;
}
.BgClassName
{
background-color: #11DEDF;
}
</style>
border-color css
<style>
span { border-color: #11DEDF; }
span { border-color: rgb(17,222,223); }
td.TdClassName
{
border-color: #11DEDF;
}
.TagClassName
{
border-color: #11DEDF;
}
</style>