Shades of Dark Turquoise #1AC5DD
Tints of Dark Turquoise #1AC5DD
RGB
CMYK
RGB Variations
Color information
#1AC5DD (or 0x1AC5DD) is known color: Dark Turquoise. HEX triplet: 1A, C5 and DD. RGB value is (26,197,221). Sum of RGB (Red+Green+Blue) = 26+197+221=444 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.86% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #1AC5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC5DD is #E53A22. Grayscale: #949494. Windows color (decimal): -15022627 or 14533914. OLE color: 14533914.
HSL color Cylindrical-coordinate representation of color #1AC5DD: hue angle of 187.38º 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 #1AC5DD is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 197 | 221 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.13 |
| HSL | 187.38º | 0.79% | 0.48% | - |
| HSV(B) | 187.38º | 0.88% | 0.87% | - |
| XYZ | 33.44 | 45.37 | 75.4 | - |
| YUV | 148.61 | 168.85 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 221 | 0.88 | 0.11 | 0 | 0.13 | 187.38 | 0.79 | 0.48 |
| Hex | 1A | C5 | DD | 58 | B | 0 | D | BB | 4F | 30 |
| Octal | 32 | 305 | 335 | 130 | 13 | 0 | 15 | 273 | 117 | 60 |
| Binary | 11010 | 11000101 | 11011101 | 1011000 | 1011 | 0 | 1101 | 10111011 | 1001111 | 110000 |
Color Harmonies of #1AC5DD
Complementary color
Monochromatic Colors of #1AC5DD
Black with #1AC5DD
Text Example
Text Example
White with #1AC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC5DD; }
p { color: rgb(26,197,221); }
H1.HeaderClassName
{
color: #1AC5DD;
}
.AnyTagClassName
{
color: #1AC5DD;
}
</style>
background-color css
<style>
a { background-color: #1AC5DD; }
a { background-color: rgb(26,197,221); }
div.DivClassName
{
background-color: #1AC5DD;
}
.BgClassName
{
background-color: #1AC5DD;
}
</style>
border-color css
<style>
span { border-color: #1AC5DD; }
span { border-color: rgb(26,197,221); }
td.TdClassName
{
border-color: #1AC5DD;
}
.TagClassName
{
border-color: #1AC5DD;
}
</style>