Shades of Dark Turquoise #1AC1DD
Tints of Dark Turquoise #1AC1DD
RGB
CMYK
RGB Variations
Color information
#1AC1DD (or 0x1AC1DD) is known color: Dark Turquoise. HEX triplet: 1A, C1 and DD. RGB value is (26,193,221). Sum of RGB (Red+Green+Blue) = 26+193+221=440 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.91% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #1AC1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC1DD is #E53E22. Grayscale: #919191. Windows color (decimal): -15023651 or 14532890. OLE color: 14532890.
HSL color Cylindrical-coordinate representation of color #1AC1DD: hue angle of 188.62º 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 #1AC1DD is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 193 | 221 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.13 |
| HSL | 188.62º | 0.79% | 0.48% | - |
| HSV(B) | 188.62º | 0.88% | 0.87% | - |
| XYZ | 32.55 | 43.58 | 75.1 | - |
| YUV | 146.26 | 170.17 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 193 | 221 | 0.88 | 0.13 | 0 | 0.13 | 188.62 | 0.79 | 0.48 |
| Hex | 1A | C1 | DD | 58 | D | 0 | D | BD | 4F | 30 |
| Octal | 32 | 301 | 335 | 130 | 15 | 0 | 15 | 275 | 117 | 60 |
| Binary | 11010 | 11000001 | 11011101 | 1011000 | 1101 | 0 | 1101 | 10111101 | 1001111 | 110000 |
Color Harmonies of #1AC1DD
Complementary color
Monochromatic Colors of #1AC1DD
Black with #1AC1DD
Text Example
Text Example
White with #1AC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC1DD; }
p { color: rgb(26,193,221); }
H1.HeaderClassName
{
color: #1AC1DD;
}
.AnyTagClassName
{
color: #1AC1DD;
}
</style>
background-color css
<style>
a { background-color: #1AC1DD; }
a { background-color: rgb(26,193,221); }
div.DivClassName
{
background-color: #1AC1DD;
}
.BgClassName
{
background-color: #1AC1DD;
}
</style>
border-color css
<style>
span { border-color: #1AC1DD; }
span { border-color: rgb(26,193,221); }
td.TdClassName
{
border-color: #1AC1DD;
}
.TagClassName
{
border-color: #1AC1DD;
}
</style>