Shades of Dark Turquoise #1ACDD4
Tints of Dark Turquoise #1ACDD4
RGB
CMYK
RGB Variations
Color information
#1ACDD4 (or 0x1ACDD4) is known color: Dark Turquoise. HEX triplet: 1A, CD and D4. RGB value is (26,205,212). Sum of RGB (Red+Green+Blue) = 26+205+212=443 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.87% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #1ACDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACDD4 is #E5322B. Grayscale: #989898. Windows color (decimal): -15020588 or 13946138. OLE color: 13946138.
HSL color Cylindrical-coordinate representation of color #1ACDD4: hue angle of 182.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ACDD4 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 205 | 212 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.17 |
| HSL | 182.26º | 0.78% | 0.47% | - |
| HSV(B) | 182.26º | 0.88% | 0.83% | - |
| XYZ | 34.14 | 48.64 | 69.88 | - |
| YUV | 152.28 | 161.7 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 205 | 212 | 0.88 | 0.03 | 0 | 0.17 | 182.26 | 0.78 | 0.47 |
| Hex | 1A | CD | D4 | 58 | 3 | 0 | 11 | B6 | 4E | 2F |
| Octal | 32 | 315 | 324 | 130 | 3 | 0 | 21 | 266 | 116 | 57 |
| Binary | 11010 | 11001101 | 11010100 | 1011000 | 11 | 0 | 10001 | 10110110 | 1001110 | 101111 |
Color Harmonies of #1ACDD4
Complementary color
Monochromatic Colors of #1ACDD4
Black with #1ACDD4
Text Example
Text Example
White with #1ACDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACDD4; }
p { color: rgb(26,205,212); }
H1.HeaderClassName
{
color: #1ACDD4;
}
.AnyTagClassName
{
color: #1ACDD4;
}
</style>
background-color css
<style>
a { background-color: #1ACDD4; }
a { background-color: rgb(26,205,212); }
div.DivClassName
{
background-color: #1ACDD4;
}
.BgClassName
{
background-color: #1ACDD4;
}
</style>
border-color css
<style>
span { border-color: #1ACDD4; }
span { border-color: rgb(26,205,212); }
td.TdClassName
{
border-color: #1ACDD4;
}
.TagClassName
{
border-color: #1ACDD4;
}
</style>