Shades of Dark Turquoise #1ACDDC
Tints of Dark Turquoise #1ACDDC
RGB
CMYK
RGB Variations
Color information
#1ACDDC (or 0x1ACDDC) is known color: Dark Turquoise. HEX triplet: 1A, CD and DC. RGB value is (26,205,220). Sum of RGB (Red+Green+Blue) = 26+205+220=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ACDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACDDC is #E53223. Grayscale: #989898. Windows color (decimal): -15020580 or 14470426. OLE color: 14470426.
HSL color Cylindrical-coordinate representation of color #1ACDDC: hue angle of 184.64º 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 #1ACDDC is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 205 | 220 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.14 |
| HSL | 184.64º | 0.79% | 0.48% | - |
| HSV(B) | 184.64º | 0.88% | 0.86% | - |
| XYZ | 35.18 | 49.05 | 75.32 | - |
| YUV | 153.19 | 165.7 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 205 | 220 | 0.88 | 0.07 | 0 | 0.14 | 184.64 | 0.79 | 0.48 |
| Hex | 1A | CD | DC | 58 | 7 | 0 | E | B9 | 4F | 30 |
| Octal | 32 | 315 | 334 | 130 | 7 | 0 | 16 | 271 | 117 | 60 |
| Binary | 11010 | 11001101 | 11011100 | 1011000 | 111 | 0 | 1110 | 10111001 | 1001111 | 110000 |
Color Harmonies of #1ACDDC
Complementary color
Monochromatic Colors of #1ACDDC
Black with #1ACDDC
Text Example
Text Example
White with #1ACDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACDDC; }
p { color: rgb(26,205,220); }
H1.HeaderClassName
{
color: #1ACDDC;
}
.AnyTagClassName
{
color: #1ACDDC;
}
</style>
background-color css
<style>
a { background-color: #1ACDDC; }
a { background-color: rgb(26,205,220); }
div.DivClassName
{
background-color: #1ACDDC;
}
.BgClassName
{
background-color: #1ACDDC;
}
</style>
border-color css
<style>
span { border-color: #1ACDDC; }
span { border-color: rgb(26,205,220); }
td.TdClassName
{
border-color: #1ACDDC;
}
.TagClassName
{
border-color: #1ACDDC;
}
</style>