Shades of Dark Turquoise #1ACDD3
Tints of Dark Turquoise #1ACDD3
RGB
CMYK
RGB Variations
Color information
#1ACDD3 (or 0x1ACDD3) is known color: Dark Turquoise. HEX triplet: 1A, CD and D3. RGB value is (26,205,211). Sum of RGB (Red+Green+Blue) = 26+205+211=442 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.88% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 211 - color contains mainly: blue. Hex color #1ACDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACDD3 is #E5322C. Grayscale: #979797. Windows color (decimal): -15020589 or 13880602. OLE color: 13880602.
HSL color Cylindrical-coordinate representation of color #1ACDD3: hue angle of 181.95º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ACDD3 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 205 | 211 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.17 |
| HSL | 181.95º | 0.78% | 0.46% | - |
| HSV(B) | 181.95º | 0.88% | 0.83% | - |
| XYZ | 34.02 | 48.59 | 69.21 | - |
| YUV | 152.16 | 161.2 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 205 | 211 | 0.88 | 0.03 | 0 | 0.17 | 181.95 | 0.78 | 0.46 |
| Hex | 1A | CD | D3 | 58 | 3 | 0 | 11 | B6 | 4E | 2E |
| Octal | 32 | 315 | 323 | 130 | 3 | 0 | 21 | 266 | 116 | 56 |
| Binary | 11010 | 11001101 | 11010011 | 1011000 | 11 | 0 | 10001 | 10110110 | 1001110 | 101110 |
Color Harmonies of #1ACDD3
Complementary color
Monochromatic Colors of #1ACDD3
Black with #1ACDD3
Text Example
Text Example
White with #1ACDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACDD3; }
p { color: rgb(26,205,211); }
H1.HeaderClassName
{
color: #1ACDD3;
}
.AnyTagClassName
{
color: #1ACDD3;
}
</style>
background-color css
<style>
a { background-color: #1ACDD3; }
a { background-color: rgb(26,205,211); }
div.DivClassName
{
background-color: #1ACDD3;
}
.BgClassName
{
background-color: #1ACDD3;
}
</style>
border-color css
<style>
span { border-color: #1ACDD3; }
span { border-color: rgb(26,205,211); }
td.TdClassName
{
border-color: #1ACDD3;
}
.TagClassName
{
border-color: #1ACDD3;
}
</style>