Shades of Dark Turquoise #1ACDD5
Tints of Dark Turquoise #1ACDD5
RGB
CMYK
RGB Variations
Color information
#1ACDD5 (or 0x1ACDD5) is known color: Dark Turquoise. HEX triplet: 1A, CD and D5. RGB value is (26,205,213). Sum of RGB (Red+Green+Blue) = 26+205+213=444 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.86% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #1ACDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACDD5 is #E5322A. Grayscale: #989898. Windows color (decimal): -15020587 or 14011674. OLE color: 14011674.
HSL color Cylindrical-coordinate representation of color #1ACDD5: hue angle of 182.57º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ACDD5 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 205 | 213 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.16 |
| HSL | 182.57º | 0.78% | 0.47% | - |
| HSV(B) | 182.57º | 0.88% | 0.84% | - |
| XYZ | 34.27 | 48.69 | 70.54 | - |
| YUV | 152.39 | 162.2 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 205 | 213 | 0.88 | 0.04 | 0 | 0.16 | 182.57 | 0.78 | 0.47 |
| Hex | 1A | CD | D5 | 58 | 4 | 0 | 10 | B7 | 4E | 2F |
| Octal | 32 | 315 | 325 | 130 | 4 | 0 | 20 | 267 | 116 | 57 |
| Binary | 11010 | 11001101 | 11010101 | 1011000 | 100 | 0 | 10000 | 10110111 | 1001110 | 101111 |
Color Harmonies of #1ACDD5
Complementary color
Monochromatic Colors of #1ACDD5
Black with #1ACDD5
Text Example
Text Example
White with #1ACDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACDD5; }
p { color: rgb(26,205,213); }
H1.HeaderClassName
{
color: #1ACDD5;
}
.AnyTagClassName
{
color: #1ACDD5;
}
</style>
background-color css
<style>
a { background-color: #1ACDD5; }
a { background-color: rgb(26,205,213); }
div.DivClassName
{
background-color: #1ACDD5;
}
.BgClassName
{
background-color: #1ACDD5;
}
</style>
border-color css
<style>
span { border-color: #1ACDD5; }
span { border-color: rgb(26,205,213); }
td.TdClassName
{
border-color: #1ACDD5;
}
.TagClassName
{
border-color: #1ACDD5;
}
</style>