Shades of Bright Turquoise #1AEDC9
Tints of Bright Turquoise #1AEDC9
RGB
CMYK
RGB Variations
Color information
#1AEDC9 (or 0x1AEDC9) is known color: Bright Turquoise. HEX triplet: 1A, ED and C9. RGB value is (26,237,201). Sum of RGB (Red+Green+Blue) = 26+237+201=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #1AEDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEDC9 is #E51236. Grayscale: #A9A9A9. Windows color (decimal): -15012407 or 13233434. OLE color: 13233434.
HSL color Cylindrical-coordinate representation of color #1AEDC9: hue angle of 169.76º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEDC9 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 237 | 201 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.07 |
| HSL | 169.76º | 0.85% | 0.52% | - |
| HSV(B) | 169.76º | 0.89% | 0.93% | - |
| XYZ | 41.25 | 65.01 | 65.63 | - |
| YUV | 169.81 | 145.6 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 237 | 201 | 0.89 | 0 | 0.15 | 0.07 | 169.76 | 0.85 | 0.52 |
| Hex | 1A | ED | C9 | 59 | 0 | F | 7 | AA | 55 | 34 |
| Octal | 32 | 355 | 311 | 131 | 0 | 17 | 7 | 252 | 125 | 64 |
| Binary | 11010 | 11101101 | 11001001 | 1011001 | 0 | 1111 | 111 | 10101010 | 1010101 | 110100 |
Color Harmonies of #1AEDC9
Complementary color
Monochromatic Colors of #1AEDC9
Black with #1AEDC9
Text Example
Text Example
White with #1AEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEDC9; }
p { color: rgb(26,237,201); }
H1.HeaderClassName
{
color: #1AEDC9;
}
.AnyTagClassName
{
color: #1AEDC9;
}
</style>
background-color css
<style>
a { background-color: #1AEDC9; }
a { background-color: rgb(26,237,201); }
div.DivClassName
{
background-color: #1AEDC9;
}
.BgClassName
{
background-color: #1AEDC9;
}
</style>
border-color css
<style>
span { border-color: #1AEDC9; }
span { border-color: rgb(26,237,201); }
td.TdClassName
{
border-color: #1AEDC9;
}
.TagClassName
{
border-color: #1AEDC9;
}
</style>