Shades of Dark Turquoise #1AC7D9
Tints of Dark Turquoise #1AC7D9
RGB
CMYK
RGB Variations
Color information
#1AC7D9 (or 0x1AC7D9) is known color: Dark Turquoise. HEX triplet: 1A, C7 and D9. RGB value is (26,199,217). Sum of RGB (Red+Green+Blue) = 26+199+217=442 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.88% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #1AC7D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC7D9 is #E53826. Grayscale: #959595. Windows color (decimal): -15022119 or 14272282. OLE color: 14272282.
HSL color Cylindrical-coordinate representation of color #1AC7D9: hue angle of 185.65º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AC7D9 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 199 | 217 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.15 |
| HSL | 185.65º | 0.79% | 0.48% | - |
| HSV(B) | 185.65º | 0.88% | 0.85% | - |
| XYZ | 33.37 | 46.08 | 72.78 | - |
| YUV | 149.33 | 166.19 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 199 | 217 | 0.88 | 0.08 | 0 | 0.15 | 185.65 | 0.79 | 0.48 |
| Hex | 1A | C7 | D9 | 58 | 8 | 0 | F | BA | 4F | 30 |
| Octal | 32 | 307 | 331 | 130 | 10 | 0 | 17 | 272 | 117 | 60 |
| Binary | 11010 | 11000111 | 11011001 | 1011000 | 1000 | 0 | 1111 | 10111010 | 1001111 | 110000 |
Color Harmonies of #1AC7D9
Complementary color
Monochromatic Colors of #1AC7D9
Black with #1AC7D9
Text Example
Text Example
White with #1AC7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC7D9; }
p { color: rgb(26,199,217); }
H1.HeaderClassName
{
color: #1AC7D9;
}
.AnyTagClassName
{
color: #1AC7D9;
}
</style>
background-color css
<style>
a { background-color: #1AC7D9; }
a { background-color: rgb(26,199,217); }
div.DivClassName
{
background-color: #1AC7D9;
}
.BgClassName
{
background-color: #1AC7D9;
}
</style>
border-color css
<style>
span { border-color: #1AC7D9; }
span { border-color: rgb(26,199,217); }
td.TdClassName
{
border-color: #1AC7D9;
}
.TagClassName
{
border-color: #1AC7D9;
}
</style>