Shades of Bright Turquoise #1AECBC
Tints of Bright Turquoise #1AECBC
RGB
CMYK
RGB Variations
Color information
#1AECBC (or 0x1AECBC) is known color: Bright Turquoise. HEX triplet: 1A, EC and BC. RGB value is (26,236,188). Sum of RGB (Red+Green+Blue) = 26+236+188=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #1AECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AECBC is #E51343. Grayscale: #A7A7A7. Windows color (decimal): -15012676 or 12381210. OLE color: 12381210.
HSL color Cylindrical-coordinate representation of color #1AECBC: hue angle of 166.29º 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 #1AECBC is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 188 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.07 |
| HSL | 166.29º | 0.85% | 0.51% | - |
| HSV(B) | 166.29º | 0.89% | 0.93% | - |
| XYZ | 39.5 | 63.84 | 57.82 | - |
| YUV | 167.74 | 139.43 | 26.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 188 | 0.89 | 0 | 0.20 | 0.07 | 166.29 | 0.85 | 0.51 |
| Hex | 1A | EC | BC | 59 | 0 | 14 | 7 | A6 | 55 | 33 |
| Octal | 32 | 354 | 274 | 131 | 0 | 24 | 7 | 246 | 125 | 63 |
| Binary | 11010 | 11101100 | 10111100 | 1011001 | 0 | 10100 | 111 | 10100110 | 1010101 | 110011 |
Color Harmonies of #1AECBC
Complementary color
Monochromatic Colors of #1AECBC
Black with #1AECBC
Text Example
Text Example
White with #1AECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AECBC; }
p { color: rgb(26,236,188); }
H1.HeaderClassName
{
color: #1AECBC;
}
.AnyTagClassName
{
color: #1AECBC;
}
</style>
background-color css
<style>
a { background-color: #1AECBC; }
a { background-color: rgb(26,236,188); }
div.DivClassName
{
background-color: #1AECBC;
}
.BgClassName
{
background-color: #1AECBC;
}
</style>
border-color css
<style>
span { border-color: #1AECBC; }
span { border-color: rgb(26,236,188); }
td.TdClassName
{
border-color: #1AECBC;
}
.TagClassName
{
border-color: #1AECBC;
}
</style>