Shades of Bright Turquoise #1ADCC9
Tints of Bright Turquoise #1ADCC9
RGB
CMYK
RGB Variations
Color information
#1ADCC9 (or 0x1ADCC9) is known color: Bright Turquoise. HEX triplet: 1A, DC and C9. RGB value is (26,220,201). Sum of RGB (Red+Green+Blue) = 26+220+201=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADCC9 is #E52336. Grayscale: #9F9F9F. Windows color (decimal): -15016759 or 13229082. OLE color: 13229082.
HSL color Cylindrical-coordinate representation of color #1ADCC9: hue angle of 174.12º 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 #1ADCC9 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 201 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.14 |
| HSL | 174.12º | 0.79% | 0.48% | - |
| HSV(B) | 174.12º | 0.88% | 0.86% | - |
| XYZ | 36.56 | 55.62 | 64.07 | - |
| YUV | 159.83 | 151.23 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 201 | 0.88 | 0 | 0.09 | 0.14 | 174.12 | 0.79 | 0.48 |
| Hex | 1A | DC | C9 | 58 | 0 | 9 | E | AE | 4F | 30 |
| Octal | 32 | 334 | 311 | 130 | 0 | 11 | 16 | 256 | 117 | 60 |
| Binary | 11010 | 11011100 | 11001001 | 1011000 | 0 | 1001 | 1110 | 10101110 | 1001111 | 110000 |
Color Harmonies of #1ADCC9
Complementary color
Monochromatic Colors of #1ADCC9
Black with #1ADCC9
Text Example
Text Example
White with #1ADCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCC9; }
p { color: rgb(26,220,201); }
H1.HeaderClassName
{
color: #1ADCC9;
}
.AnyTagClassName
{
color: #1ADCC9;
}
</style>
background-color css
<style>
a { background-color: #1ADCC9; }
a { background-color: rgb(26,220,201); }
div.DivClassName
{
background-color: #1ADCC9;
}
.BgClassName
{
background-color: #1ADCC9;
}
</style>
border-color css
<style>
span { border-color: #1ADCC9; }
span { border-color: rgb(26,220,201); }
td.TdClassName
{
border-color: #1ADCC9;
}
.TagClassName
{
border-color: #1ADCC9;
}
</style>