Shades of Dark Turquoise #1AC2DD
Tints of Dark Turquoise #1AC2DD
RGB
CMYK
RGB Variations
Color information
#1AC2DD (or 0x1AC2DD) is known color: Dark Turquoise. HEX triplet: 1A, C2 and DD. RGB value is (26,194,221). Sum of RGB (Red+Green+Blue) = 26+194+221=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #1AC2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC2DD is #E53D22. Grayscale: #929292. Windows color (decimal): -15023395 or 14533146. OLE color: 14533146.
HSL color Cylindrical-coordinate representation of color #1AC2DD: hue angle of 188.31º 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 #1AC2DD is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 194 | 221 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.13 |
| HSL | 188.31º | 0.79% | 0.48% | - |
| HSV(B) | 188.31º | 0.88% | 0.87% | - |
| XYZ | 32.77 | 44.02 | 75.18 | - |
| YUV | 146.85 | 169.84 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 194 | 221 | 0.88 | 0.12 | 0 | 0.13 | 188.31 | 0.79 | 0.48 |
| Hex | 1A | C2 | DD | 58 | C | 0 | D | BC | 4F | 30 |
| Octal | 32 | 302 | 335 | 130 | 14 | 0 | 15 | 274 | 117 | 60 |
| Binary | 11010 | 11000010 | 11011101 | 1011000 | 1100 | 0 | 1101 | 10111100 | 1001111 | 110000 |
Color Harmonies of #1AC2DD
Complementary color
Monochromatic Colors of #1AC2DD
Black with #1AC2DD
Text Example
Text Example
White with #1AC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC2DD; }
p { color: rgb(26,194,221); }
H1.HeaderClassName
{
color: #1AC2DD;
}
.AnyTagClassName
{
color: #1AC2DD;
}
</style>
background-color css
<style>
a { background-color: #1AC2DD; }
a { background-color: rgb(26,194,221); }
div.DivClassName
{
background-color: #1AC2DD;
}
.BgClassName
{
background-color: #1AC2DD;
}
</style>
border-color css
<style>
span { border-color: #1AC2DD; }
span { border-color: rgb(26,194,221); }
td.TdClassName
{
border-color: #1AC2DD;
}
.TagClassName
{
border-color: #1AC2DD;
}
</style>