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