Shades of Dark Turquoise #1ACADB
Tints of Dark Turquoise #1ACADB
RGB
CMYK
RGB Variations
Color information
#1ACADB (or 0x1ACADB) is known color: Dark Turquoise. HEX triplet: 1A, CA and DB. RGB value is (26,202,219). Sum of RGB (Red+Green+Blue) = 26+202+219=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ACADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACADB is #E53524. Grayscale: #979797. Windows color (decimal): -15021349 or 14404122. OLE color: 14404122.
HSL color Cylindrical-coordinate representation of color #1ACADB: hue angle of 185.28º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ACADB is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 202 | 219 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.14 |
| HSL | 185.29º | 0.79% | 0.48% | - |
| HSV(B) | 185.29º | 0.88% | 0.86% | - |
| XYZ | 34.33 | 47.58 | 74.39 | - |
| YUV | 151.31 | 166.19 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 202 | 219 | 0.88 | 0.08 | 0 | 0.14 | 185.29 | 0.79 | 0.48 |
| Hex | 1A | CA | DB | 58 | 8 | 0 | E | B9 | 4F | 30 |
| Octal | 32 | 312 | 333 | 130 | 10 | 0 | 16 | 271 | 117 | 60 |
| Binary | 11010 | 11001010 | 11011011 | 1011000 | 1000 | 0 | 1110 | 10111001 | 1001111 | 110000 |
Color Harmonies of #1ACADB
Complementary color
Monochromatic Colors of #1ACADB
Black with #1ACADB
Text Example
Text Example
White with #1ACADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACADB; }
p { color: rgb(26,202,219); }
H1.HeaderClassName
{
color: #1ACADB;
}
.AnyTagClassName
{
color: #1ACADB;
}
</style>
background-color css
<style>
a { background-color: #1ACADB; }
a { background-color: rgb(26,202,219); }
div.DivClassName
{
background-color: #1ACADB;
}
.BgClassName
{
background-color: #1ACADB;
}
</style>
border-color css
<style>
span { border-color: #1ACADB; }
span { border-color: rgb(26,202,219); }
td.TdClassName
{
border-color: #1ACADB;
}
.TagClassName
{
border-color: #1ACADB;
}
</style>