Shades of Dark Turquoise #1AC0DF
Tints of Dark Turquoise #1AC0DF
RGB
CMYK
RGB Variations
Color information
#1AC0DF (or 0x1AC0DF) is known color: Dark Turquoise. HEX triplet: 1A, C0 and DF. RGB value is (26,192,223). Sum of RGB (Red+Green+Blue) = 26+192+223=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #1AC0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC0DF is #E53F20. Grayscale: #919191. Windows color (decimal): -15023905 or 14663706. OLE color: 14663706.
HSL color Cylindrical-coordinate representation of color #1AC0DF: hue angle of 189.44º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AC0DF is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 192 | 223 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.13 |
| HSL | 189.44º | 0.79% | 0.49% | - |
| HSV(B) | 189.44º | 0.88% | 0.87% | - |
| XYZ | 32.59 | 43.25 | 76.44 | - |
| YUV | 145.9 | 171.5 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 223 | 0.88 | 0.14 | 0 | 0.13 | 189.44 | 0.79 | 0.49 |
| Hex | 1A | C0 | DF | 58 | E | 0 | D | BD | 4F | 31 |
| Octal | 32 | 300 | 337 | 130 | 16 | 0 | 15 | 275 | 117 | 61 |
| Binary | 11010 | 11000000 | 11011111 | 1011000 | 1110 | 0 | 1101 | 10111101 | 1001111 | 110001 |
Color Harmonies of #1AC0DF
Complementary color
Monochromatic Colors of #1AC0DF
Black with #1AC0DF
Text Example
Text Example
White with #1AC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC0DF; }
p { color: rgb(26,192,223); }
H1.HeaderClassName
{
color: #1AC0DF;
}
.AnyTagClassName
{
color: #1AC0DF;
}
</style>
background-color css
<style>
a { background-color: #1AC0DF; }
a { background-color: rgb(26,192,223); }
div.DivClassName
{
background-color: #1AC0DF;
}
.BgClassName
{
background-color: #1AC0DF;
}
</style>
border-color css
<style>
span { border-color: #1AC0DF; }
span { border-color: rgb(26,192,223); }
td.TdClassName
{
border-color: #1AC0DF;
}
.TagClassName
{
border-color: #1AC0DF;
}
</style>