Shades of Bright Turquoise #1ADEC4
Tints of Bright Turquoise #1ADEC4
RGB
CMYK
RGB Variations
Color information
#1ADEC4 (or 0x1ADEC4) is known color: Bright Turquoise. HEX triplet: 1A, DE and C4. RGB value is (26,222,196). Sum of RGB (Red+Green+Blue) = 26+222+196=444 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.86% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADEC4 is #E5213B. Grayscale: #A0A0A0. Windows color (decimal): -15016252 or 12901914. OLE color: 12901914.
HSL color Cylindrical-coordinate representation of color #1ADEC4: hue angle of 172.04º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADEC4 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 196 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.13 |
| HSL | 172.04º | 0.79% | 0.49% | - |
| HSV(B) | 172.04º | 0.88% | 0.87% | - |
| XYZ | 36.51 | 56.45 | 61.2 | - |
| YUV | 160.43 | 148.07 | 32.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 196 | 0.88 | 0 | 0.12 | 0.13 | 172.04 | 0.79 | 0.49 |
| Hex | 1A | DE | C4 | 58 | 0 | C | D | AC | 4F | 31 |
| Octal | 32 | 336 | 304 | 130 | 0 | 14 | 15 | 254 | 117 | 61 |
| Binary | 11010 | 11011110 | 11000100 | 1011000 | 0 | 1100 | 1101 | 10101100 | 1001111 | 110001 |
Color Harmonies of #1ADEC4
Complementary color
Monochromatic Colors of #1ADEC4
Black with #1ADEC4
Text Example
Text Example
White with #1ADEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADEC4; }
p { color: rgb(26,222,196); }
H1.HeaderClassName
{
color: #1ADEC4;
}
.AnyTagClassName
{
color: #1ADEC4;
}
</style>
background-color css
<style>
a { background-color: #1ADEC4; }
a { background-color: rgb(26,222,196); }
div.DivClassName
{
background-color: #1ADEC4;
}
.BgClassName
{
background-color: #1ADEC4;
}
</style>
border-color css
<style>
span { border-color: #1ADEC4; }
span { border-color: rgb(26,222,196); }
td.TdClassName
{
border-color: #1ADEC4;
}
.TagClassName
{
border-color: #1ADEC4;
}
</style>