Shades of Bright Turquoise #1AE0C9
Tints of Bright Turquoise #1AE0C9
RGB
CMYK
RGB Variations
Color information
#1AE0C9 (or 0x1AE0C9) is known color: Bright Turquoise. HEX triplet: 1A, E0 and C9. RGB value is (26,224,201). Sum of RGB (Red+Green+Blue) = 26+224+201=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #1AE0C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE0C9 is #E51F36. Grayscale: #A2A2A2. Windows color (decimal): -15015735 or 13230106. OLE color: 13230106.
HSL color Cylindrical-coordinate representation of color #1AE0C9: hue angle of 173.03º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE0C9 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 224 | 201 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.12 |
| HSL | 173.03º | 0.79% | 0.49% | - |
| HSV(B) | 173.03º | 0.88% | 0.88% | - |
| XYZ | 37.62 | 57.75 | 64.42 | - |
| YUV | 162.18 | 149.9 | 30.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 224 | 201 | 0.88 | 0 | 0.10 | 0.12 | 173.03 | 0.79 | 0.49 |
| Hex | 1A | E0 | C9 | 58 | 0 | A | C | AD | 4F | 31 |
| Octal | 32 | 340 | 311 | 130 | 0 | 12 | 14 | 255 | 117 | 61 |
| Binary | 11010 | 11100000 | 11001001 | 1011000 | 0 | 1010 | 1100 | 10101101 | 1001111 | 110001 |
Color Harmonies of #1AE0C9
Complementary color
Monochromatic Colors of #1AE0C9
Black with #1AE0C9
Text Example
Text Example
White with #1AE0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE0C9; }
p { color: rgb(26,224,201); }
H1.HeaderClassName
{
color: #1AE0C9;
}
.AnyTagClassName
{
color: #1AE0C9;
}
</style>
background-color css
<style>
a { background-color: #1AE0C9; }
a { background-color: rgb(26,224,201); }
div.DivClassName
{
background-color: #1AE0C9;
}
.BgClassName
{
background-color: #1AE0C9;
}
</style>
border-color css
<style>
span { border-color: #1AE0C9; }
span { border-color: rgb(26,224,201); }
td.TdClassName
{
border-color: #1AE0C9;
}
.TagClassName
{
border-color: #1AE0C9;
}
</style>