Shades of Dark Turquoise #1ACCDB
Tints of Dark Turquoise #1ACCDB
RGB
CMYK
RGB Variations
Color information
#1ACCDB (or 0x1ACCDB) is known color: Dark Turquoise. HEX triplet: 1A, CC and DB. RGB value is (26,204,219). Sum of RGB (Red+Green+Blue) = 26+204+219=449 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.79% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ACCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACCDB is #E53324. Grayscale: #989898. Windows color (decimal): -15020837 or 14404634. OLE color: 14404634.
HSL color Cylindrical-coordinate representation of color #1ACCDB: hue angle of 184.66º 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 #1ACCDB is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 204 | 219 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.14 |
| HSL | 184.66º | 0.79% | 0.48% | - |
| HSV(B) | 184.66º | 0.88% | 0.86% | - |
| XYZ | 34.81 | 48.52 | 74.55 | - |
| YUV | 152.49 | 165.53 | 37.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 219 | 0.88 | 0.07 | 0 | 0.14 | 184.66 | 0.79 | 0.48 |
| Hex | 1A | CC | DB | 58 | 7 | 0 | E | B9 | 4F | 30 |
| Octal | 32 | 314 | 333 | 130 | 7 | 0 | 16 | 271 | 117 | 60 |
| Binary | 11010 | 11001100 | 11011011 | 1011000 | 111 | 0 | 1110 | 10111001 | 1001111 | 110000 |
Color Harmonies of #1ACCDB
Complementary color
Monochromatic Colors of #1ACCDB
Black with #1ACCDB
Text Example
Text Example
White with #1ACCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACCDB; }
p { color: rgb(26,204,219); }
H1.HeaderClassName
{
color: #1ACCDB;
}
.AnyTagClassName
{
color: #1ACCDB;
}
</style>
background-color css
<style>
a { background-color: #1ACCDB; }
a { background-color: rgb(26,204,219); }
div.DivClassName
{
background-color: #1ACCDB;
}
.BgClassName
{
background-color: #1ACCDB;
}
</style>
border-color css
<style>
span { border-color: #1ACCDB; }
span { border-color: rgb(26,204,219); }
td.TdClassName
{
border-color: #1ACCDB;
}
.TagClassName
{
border-color: #1ACCDB;
}
</style>