Shades of Dark Turquoise #1ACCDD
Tints of Dark Turquoise #1ACCDD
RGB
CMYK
RGB Variations
Color information
#1ACCDD (or 0x1ACCDD) is known color: Dark Turquoise. HEX triplet: 1A, CC and DD. RGB value is (26,204,221). Sum of RGB (Red+Green+Blue) = 26+204+221=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ACCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACCDD is #E53322. Grayscale: #989898. Windows color (decimal): -15020835 or 14535706. OLE color: 14535706.
HSL color Cylindrical-coordinate representation of color #1ACCDD: hue angle of 185.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ACCDD is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 204 | 221 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.13 |
| HSL | 185.23º | 0.79% | 0.48% | - |
| HSV(B) | 185.23º | 0.88% | 0.87% | - |
| XYZ | 35.07 | 48.63 | 75.94 | - |
| YUV | 152.72 | 166.53 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 221 | 0.88 | 0.08 | 0 | 0.13 | 185.23 | 0.79 | 0.48 |
| Hex | 1A | CC | DD | 58 | 8 | 0 | D | B9 | 4F | 30 |
| Octal | 32 | 314 | 335 | 130 | 10 | 0 | 15 | 271 | 117 | 60 |
| Binary | 11010 | 11001100 | 11011101 | 1011000 | 1000 | 0 | 1101 | 10111001 | 1001111 | 110000 |
Color Harmonies of #1ACCDD
Complementary color
Monochromatic Colors of #1ACCDD
Black with #1ACCDD
Text Example
Text Example
White with #1ACCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACCDD; }
p { color: rgb(26,204,221); }
H1.HeaderClassName
{
color: #1ACCDD;
}
.AnyTagClassName
{
color: #1ACCDD;
}
</style>
background-color css
<style>
a { background-color: #1ACCDD; }
a { background-color: rgb(26,204,221); }
div.DivClassName
{
background-color: #1ACCDD;
}
.BgClassName
{
background-color: #1ACCDD;
}
</style>
border-color css
<style>
span { border-color: #1ACCDD; }
span { border-color: rgb(26,204,221); }
td.TdClassName
{
border-color: #1ACCDD;
}
.TagClassName
{
border-color: #1ACCDD;
}
</style>