Shades of Dark Turquoise #1AC6DC
Tints of Dark Turquoise #1AC6DC
RGB
CMYK
RGB Variations
Color information
#1AC6DC (or 0x1AC6DC) is known color: Dark Turquoise. HEX triplet: 1A, C6 and DC. RGB value is (26,198,220). Sum of RGB (Red+Green+Blue) = 26+198+220=444 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.86% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #1AC6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC6DC is #E53923. Grayscale: #949494. Windows color (decimal): -15022372 or 14468634. OLE color: 14468634.
HSL color Cylindrical-coordinate representation of color #1AC6DC: hue angle of 186.8º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AC6DC is Cyan = 0.88, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 198 | 220 | - |
| CMYK | 0.88 | 0.1 | 0 | 0.14 |
| HSL | 186.8º | 0.79% | 0.48% | - |
| HSV(B) | 186.8º | 0.88% | 0.86% | - |
| XYZ | 33.54 | 45.78 | 74.78 | - |
| YUV | 149.08 | 168.02 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 198 | 220 | 0.88 | 0.1 | 0 | 0.14 | 186.8 | 0.79 | 0.48 |
| Hex | 1A | C6 | DC | 58 | A | 0 | E | BB | 4F | 30 |
| Octal | 32 | 306 | 334 | 130 | 12 | 0 | 16 | 273 | 117 | 60 |
| Binary | 11010 | 11000110 | 11011100 | 1011000 | 1010 | 0 | 1110 | 10111011 | 1001111 | 110000 |
Color Harmonies of #1AC6DC
Complementary color
Monochromatic Colors of #1AC6DC
Black with #1AC6DC
Text Example
Text Example
White with #1AC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC6DC; }
p { color: rgb(26,198,220); }
H1.HeaderClassName
{
color: #1AC6DC;
}
.AnyTagClassName
{
color: #1AC6DC;
}
</style>
background-color css
<style>
a { background-color: #1AC6DC; }
a { background-color: rgb(26,198,220); }
div.DivClassName
{
background-color: #1AC6DC;
}
.BgClassName
{
background-color: #1AC6DC;
}
</style>
border-color css
<style>
span { border-color: #1AC6DC; }
span { border-color: rgb(26,198,220); }
td.TdClassName
{
border-color: #1AC6DC;
}
.TagClassName
{
border-color: #1AC6DC;
}
</style>