Shades of Bright Turquoise #1ADDC9
Tints of Bright Turquoise #1ADDC9
RGB
CMYK
RGB Variations
Color information
#1ADDC9 (or 0x1ADDC9) is known color: Bright Turquoise. HEX triplet: 1A, DD and C9. RGB value is (26,221,201). Sum of RGB (Red+Green+Blue) = 26+221+201=448 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.80% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADDC9 is #E52236. Grayscale: #A0A0A0. Windows color (decimal): -15016503 or 13229338. OLE color: 13229338.
HSL color Cylindrical-coordinate representation of color #1ADDC9: hue angle of 173.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADDC9 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 201 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.13 |
| HSL | 173.85º | 0.79% | 0.48% | - |
| HSV(B) | 173.85º | 0.88% | 0.87% | - |
| XYZ | 36.83 | 56.15 | 64.16 | - |
| YUV | 160.42 | 150.9 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 201 | 0.88 | 0 | 0.09 | 0.13 | 173.85 | 0.79 | 0.48 |
| Hex | 1A | DD | C9 | 58 | 0 | 9 | D | AE | 4F | 30 |
| Octal | 32 | 335 | 311 | 130 | 0 | 11 | 15 | 256 | 117 | 60 |
| Binary | 11010 | 11011101 | 11001001 | 1011000 | 0 | 1001 | 1101 | 10101110 | 1001111 | 110000 |
Color Harmonies of #1ADDC9
Complementary color
Monochromatic Colors of #1ADDC9
Black with #1ADDC9
Text Example
Text Example
White with #1ADDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDC9; }
p { color: rgb(26,221,201); }
H1.HeaderClassName
{
color: #1ADDC9;
}
.AnyTagClassName
{
color: #1ADDC9;
}
</style>
background-color css
<style>
a { background-color: #1ADDC9; }
a { background-color: rgb(26,221,201); }
div.DivClassName
{
background-color: #1ADDC9;
}
.BgClassName
{
background-color: #1ADDC9;
}
</style>
border-color css
<style>
span { border-color: #1ADDC9; }
span { border-color: rgb(26,221,201); }
td.TdClassName
{
border-color: #1ADDC9;
}
.TagClassName
{
border-color: #1ADDC9;
}
</style>