Shades of Bright Turquoise #1ADDC7
Tints of Bright Turquoise #1ADDC7
RGB
CMYK
RGB Variations
Color information
#1ADDC7 (or 0x1ADDC7) is known color: Bright Turquoise. HEX triplet: 1A, DD and C7. RGB value is (26,221,199). Sum of RGB (Red+Green+Blue) = 26+221+199=446 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.83% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADDC7 is #E52238. Grayscale: #A0A0A0. Windows color (decimal): -15016505 or 13098266. OLE color: 13098266.
HSL color Cylindrical-coordinate representation of color #1ADDC7: hue angle of 173.23º 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 #1ADDC7 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 199 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.13 |
| HSL | 173.23º | 0.79% | 0.48% | - |
| HSV(B) | 173.23º | 0.88% | 0.87% | - |
| XYZ | 36.59 | 56.06 | 62.92 | - |
| YUV | 160.19 | 149.9 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 199 | 0.88 | 0 | 0.10 | 0.13 | 173.23 | 0.79 | 0.48 |
| Hex | 1A | DD | C7 | 58 | 0 | A | D | AD | 4F | 30 |
| Octal | 32 | 335 | 307 | 130 | 0 | 12 | 15 | 255 | 117 | 60 |
| Binary | 11010 | 11011101 | 11000111 | 1011000 | 0 | 1010 | 1101 | 10101101 | 1001111 | 110000 |
Color Harmonies of #1ADDC7
Complementary color
Monochromatic Colors of #1ADDC7
Black with #1ADDC7
Text Example
Text Example
White with #1ADDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDC7; }
p { color: rgb(26,221,199); }
H1.HeaderClassName
{
color: #1ADDC7;
}
.AnyTagClassName
{
color: #1ADDC7;
}
</style>
background-color css
<style>
a { background-color: #1ADDC7; }
a { background-color: rgb(26,221,199); }
div.DivClassName
{
background-color: #1ADDC7;
}
.BgClassName
{
background-color: #1ADDC7;
}
</style>
border-color css
<style>
span { border-color: #1ADDC7; }
span { border-color: rgb(26,221,199); }
td.TdClassName
{
border-color: #1ADDC7;
}
.TagClassName
{
border-color: #1ADDC7;
}
</style>