Shades of Dark Turquoise #11CADB
Tints of Dark Turquoise #11CADB
RGB
CMYK
RGB Variations
Color information
#11CADB (or 0x11CADB) is known color: Dark Turquoise. HEX triplet: 11, CA and DB. RGB value is (17,202,219). Sum of RGB (Red+Green+Blue) = 17+202+219=438 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.88% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #11CADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CADB is #EE3524. Grayscale: #949494. Windows color (decimal): -15611173 or 14404113. OLE color: 14404113.
HSL color Cylindrical-coordinate representation of color #11CADB: hue angle of 185.05º 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 #11CADB is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 202 | 219 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.14 |
| HSL | 185.05º | 0.86% | 0.46% | - |
| HSV(B) | 185.05º | 0.92% | 0.86% | - |
| XYZ | 34.14 | 47.47 | 74.38 | - |
| YUV | 148.62 | 167.71 | 34.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 202 | 219 | 0.92 | 0.08 | 0 | 0.14 | 185.05 | 0.86 | 0.46 |
| Hex | 11 | CA | DB | 5C | 8 | 0 | E | B9 | 56 | 2E |
| Octal | 21 | 312 | 333 | 134 | 10 | 0 | 16 | 271 | 126 | 56 |
| Binary | 10001 | 11001010 | 11011011 | 1011100 | 1000 | 0 | 1110 | 10111001 | 1010110 | 101110 |
Color Harmonies of #11CADB
Complementary color
Monochromatic Colors of #11CADB
Black with #11CADB
Text Example
Text Example
White with #11CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CADB; }
p { color: rgb(17,202,219); }
H1.HeaderClassName
{
color: #11CADB;
}
.AnyTagClassName
{
color: #11CADB;
}
</style>
background-color css
<style>
a { background-color: #11CADB; }
a { background-color: rgb(17,202,219); }
div.DivClassName
{
background-color: #11CADB;
}
.BgClassName
{
background-color: #11CADB;
}
</style>
border-color css
<style>
span { border-color: #11CADB; }
span { border-color: rgb(17,202,219); }
td.TdClassName
{
border-color: #11CADB;
}
.TagClassName
{
border-color: #11CADB;
}
</style>