Shades of Bright Turquoise #1AECC9
Tints of Bright Turquoise #1AECC9
RGB
CMYK
RGB Variations
Color information
#1AECC9 (or 0x1AECC9) is known color: Bright Turquoise. HEX triplet: 1A, EC and C9. RGB value is (26,236,201). Sum of RGB (Red+Green+Blue) = 26+236+201=463 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.62% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #1AECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AECC9 is #E51336. Grayscale: #A9A9A9. Windows color (decimal): -15012663 or 13233178. OLE color: 13233178.
HSL color Cylindrical-coordinate representation of color #1AECC9: hue angle of 170º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AECC9 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 201 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.07 |
| HSL | 170º | 0.85% | 0.51% | - |
| HSV(B) | 170º | 0.89% | 0.93% | - |
| XYZ | 40.96 | 64.43 | 65.54 | - |
| YUV | 169.22 | 145.93 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 201 | 0.89 | 0 | 0.15 | 0.07 | 170 | 0.85 | 0.51 |
| Hex | 1A | EC | C9 | 59 | 0 | F | 7 | AA | 55 | 33 |
| Octal | 32 | 354 | 311 | 131 | 0 | 17 | 7 | 252 | 125 | 63 |
| Binary | 11010 | 11101100 | 11001001 | 1011001 | 0 | 1111 | 111 | 10101010 | 1010101 | 110011 |
Color Harmonies of #1AECC9
Complementary color
Monochromatic Colors of #1AECC9
Black with #1AECC9
Text Example
Text Example
White with #1AECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AECC9; }
p { color: rgb(26,236,201); }
H1.HeaderClassName
{
color: #1AECC9;
}
.AnyTagClassName
{
color: #1AECC9;
}
</style>
background-color css
<style>
a { background-color: #1AECC9; }
a { background-color: rgb(26,236,201); }
div.DivClassName
{
background-color: #1AECC9;
}
.BgClassName
{
background-color: #1AECC9;
}
</style>
border-color css
<style>
span { border-color: #1AECC9; }
span { border-color: rgb(26,236,201); }
td.TdClassName
{
border-color: #1AECC9;
}
.TagClassName
{
border-color: #1AECC9;
}
</style>