Shades of Bright Turquoise #1AD9DC
Tints of Bright Turquoise #1AD9DC
RGB
CMYK
RGB Variations
Color information
#1AD9DC (or 0x1AD9DC) is known color: Bright Turquoise. HEX triplet: 1A, D9 and DC. RGB value is (26,217,220). Sum of RGB (Red+Green+Blue) = 26+217+220=463 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.62% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #1AD9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD9DC is #E52623. Grayscale: #A0A0A0. Windows color (decimal): -15017508 or 14473498. OLE color: 14473498.
HSL color Cylindrical-coordinate representation of color #1AD9DC: hue angle of 180.93º 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 #1AD9DC is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 217 | 220 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.14 |
| HSL | 180.93º | 0.79% | 0.48% | - |
| HSV(B) | 180.93º | 0.88% | 0.86% | - |
| XYZ | 38.16 | 55.01 | 76.32 | - |
| YUV | 160.23 | 161.72 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 220 | 0.88 | 0.01 | 0 | 0.14 | 180.93 | 0.79 | 0.48 |
| Hex | 1A | D9 | DC | 58 | 1 | 0 | E | B5 | 4F | 30 |
| Octal | 32 | 331 | 334 | 130 | 1 | 0 | 16 | 265 | 117 | 60 |
| Binary | 11010 | 11011001 | 11011100 | 1011000 | 1 | 0 | 1110 | 10110101 | 1001111 | 110000 |
Color Harmonies of #1AD9DC
Complementary color
Monochromatic Colors of #1AD9DC
Black with #1AD9DC
Text Example
Text Example
White with #1AD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD9DC; }
p { color: rgb(26,217,220); }
H1.HeaderClassName
{
color: #1AD9DC;
}
.AnyTagClassName
{
color: #1AD9DC;
}
</style>
background-color css
<style>
a { background-color: #1AD9DC; }
a { background-color: rgb(26,217,220); }
div.DivClassName
{
background-color: #1AD9DC;
}
.BgClassName
{
background-color: #1AD9DC;
}
</style>
border-color css
<style>
span { border-color: #1AD9DC; }
span { border-color: rgb(26,217,220); }
td.TdClassName
{
border-color: #1AD9DC;
}
.TagClassName
{
border-color: #1AD9DC;
}
</style>