Shades of Dark Turquoise #1AC5E5
Tints of Dark Turquoise #1AC5E5
RGB
CMYK
RGB Variations
Color information
#1AC5E5 (or 0x1AC5E5) is known color: Dark Turquoise. HEX triplet: 1A, C5 and E5. RGB value is (26,197,229). Sum of RGB (Red+Green+Blue) = 26+197+229=452 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.75% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #1AC5E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC5E5 is #E53A1A. Grayscale: #959595. Windows color (decimal): -15022619 or 15058202. OLE color: 15058202.
HSL color Cylindrical-coordinate representation of color #1AC5E5: hue angle of 189.46º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC5E5 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 197 | 229 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.10 |
| HSL | 189.46º | 0.8% | 0.5% | - |
| HSV(B) | 189.46º | 0.89% | 0.9% | - |
| XYZ | 34.54 | 45.81 | 81.15 | - |
| YUV | 149.52 | 172.85 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 229 | 0.89 | 0.14 | 0 | 0.10 | 189.46 | 0.8 | 0.5 |
| Hex | 1A | C5 | E5 | 59 | E | 0 | A | BD | 50 | 32 |
| Octal | 32 | 305 | 345 | 131 | 16 | 0 | 12 | 275 | 120 | 62 |
| Binary | 11010 | 11000101 | 11100101 | 1011001 | 1110 | 0 | 1010 | 10111101 | 1010000 | 110010 |
Color Harmonies of #1AC5E5
Complementary color
Monochromatic Colors of #1AC5E5
Black with #1AC5E5
Text Example
Text Example
White with #1AC5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC5E5; }
p { color: rgb(26,197,229); }
H1.HeaderClassName
{
color: #1AC5E5;
}
.AnyTagClassName
{
color: #1AC5E5;
}
</style>
background-color css
<style>
a { background-color: #1AC5E5; }
a { background-color: rgb(26,197,229); }
div.DivClassName
{
background-color: #1AC5E5;
}
.BgClassName
{
background-color: #1AC5E5;
}
</style>
border-color css
<style>
span { border-color: #1AC5E5; }
span { border-color: rgb(26,197,229); }
td.TdClassName
{
border-color: #1AC5E5;
}
.TagClassName
{
border-color: #1AC5E5;
}
</style>