Shades of Bright Turquoise #1AD9D0
Tints of Bright Turquoise #1AD9D0
RGB
CMYK
RGB Variations
Color information
#1AD9D0 (or 0x1AD9D0) is known color: Bright Turquoise. HEX triplet: 1A, D9 and D0. RGB value is (26,217,208). Sum of RGB (Red+Green+Blue) = 26+217+208=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD9D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD9D0 is #E5262F. Grayscale: #9E9E9E. Windows color (decimal): -15017520 or 13687066. OLE color: 13687066.
HSL color Cylindrical-coordinate representation of color #1AD9D0: hue angle of 177.17º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD9D0 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 208 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.15 |
| HSL | 177.17º | 0.79% | 0.48% | - |
| HSV(B) | 177.17º | 0.88% | 0.85% | - |
| XYZ | 36.62 | 54.4 | 68.24 | - |
| YUV | 158.87 | 155.72 | 33.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 208 | 0.88 | 0 | 0.04 | 0.15 | 177.17 | 0.79 | 0.48 |
| Hex | 1A | D9 | D0 | 58 | 0 | 4 | F | B1 | 4F | 30 |
| Octal | 32 | 331 | 320 | 130 | 0 | 4 | 17 | 261 | 117 | 60 |
| Binary | 11010 | 11011001 | 11010000 | 1011000 | 0 | 100 | 1111 | 10110001 | 1001111 | 110000 |
Color Harmonies of #1AD9D0
Complementary color
Monochromatic Colors of #1AD9D0
Black with #1AD9D0
Text Example
Text Example
White with #1AD9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD9D0; }
p { color: rgb(26,217,208); }
H1.HeaderClassName
{
color: #1AD9D0;
}
.AnyTagClassName
{
color: #1AD9D0;
}
</style>
background-color css
<style>
a { background-color: #1AD9D0; }
a { background-color: rgb(26,217,208); }
div.DivClassName
{
background-color: #1AD9D0;
}
.BgClassName
{
background-color: #1AD9D0;
}
</style>
border-color css
<style>
span { border-color: #1AD9D0; }
span { border-color: rgb(26,217,208); }
td.TdClassName
{
border-color: #1AD9D0;
}
.TagClassName
{
border-color: #1AD9D0;
}
</style>