Shades of Dark Turquoise #11CFDB
Tints of Dark Turquoise #11CFDB
RGB
CMYK
RGB Variations
Color information
#11CFDB (or 0x11CFDB) is known color: Dark Turquoise. HEX triplet: 11, CF and DB. RGB value is (17,207,219). Sum of RGB (Red+Green+Blue) = 17+207+219=443 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.84% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #11CFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CFDB is #EE3024. Grayscale: #979797. Windows color (decimal): -15609893 or 14405393. OLE color: 14405393.
HSL color Cylindrical-coordinate representation of color #11CFDB: hue angle of 183.56º 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 #11CFDB is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 207 | 219 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.14 |
| HSL | 183.56º | 0.86% | 0.46% | - |
| HSV(B) | 183.56º | 0.92% | 0.86% | - |
| XYZ | 35.33 | 49.86 | 74.78 | - |
| YUV | 151.56 | 166.05 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 219 | 0.92 | 0.05 | 0 | 0.14 | 183.56 | 0.86 | 0.46 |
| Hex | 11 | CF | DB | 5C | 5 | 0 | E | B8 | 56 | 2E |
| Octal | 21 | 317 | 333 | 134 | 5 | 0 | 16 | 270 | 126 | 56 |
| Binary | 10001 | 11001111 | 11011011 | 1011100 | 101 | 0 | 1110 | 10111000 | 1010110 | 101110 |
Color Harmonies of #11CFDB
Complementary color
Monochromatic Colors of #11CFDB
Black with #11CFDB
Text Example
Text Example
White with #11CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CFDB; }
p { color: rgb(17,207,219); }
H1.HeaderClassName
{
color: #11CFDB;
}
.AnyTagClassName
{
color: #11CFDB;
}
</style>
background-color css
<style>
a { background-color: #11CFDB; }
a { background-color: rgb(17,207,219); }
div.DivClassName
{
background-color: #11CFDB;
}
.BgClassName
{
background-color: #11CFDB;
}
</style>
border-color css
<style>
span { border-color: #11CFDB; }
span { border-color: rgb(17,207,219); }
td.TdClassName
{
border-color: #11CFDB;
}
.TagClassName
{
border-color: #11CFDB;
}
</style>