Shades of Bright Turquoise #1AECEC
Tints of Bright Turquoise #1AECEC
RGB
CMYK
RGB Variations
Color information
#1AECEC (or 0x1AECEC) is known color: Bright Turquoise. HEX triplet: 1A, EC and EC. RGB value is (26,236,236). Sum of RGB (Red+Green+Blue) = 26+236+236=498 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.22% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #1AECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AECEC is #E51313. Grayscale: #ADADAD. Windows color (decimal): -15012628 or 15526938. OLE color: 15526938.
HSL color Cylindrical-coordinate representation of color #1AECEC: hue angle of 180º 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 #1AECEC is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 236 | - |
| CMYK | 0.89 | 0 | 0 | 0.07 |
| HSL | 180º | 0.85% | 0.51% | - |
| HSV(B) | 180º | 0.89% | 0.93% | - |
| XYZ | 45.56 | 66.27 | 89.75 | - |
| YUV | 173.21 | 163.43 | 23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 236 | 0.89 | 0 | 0 | 0.07 | 180 | 0.85 | 0.51 |
| Hex | 1A | EC | EC | 59 | 0 | 0 | 7 | B4 | 55 | 33 |
| Octal | 32 | 354 | 354 | 131 | 0 | 0 | 7 | 264 | 125 | 63 |
| Binary | 11010 | 11101100 | 11101100 | 1011001 | 0 | 0 | 111 | 10110100 | 1010101 | 110011 |
Color Harmonies of #1AECEC
Complementary color
Monochromatic Colors of #1AECEC
Black with #1AECEC
Text Example
Text Example
White with #1AECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AECEC; }
p { color: rgb(26,236,236); }
H1.HeaderClassName
{
color: #1AECEC;
}
.AnyTagClassName
{
color: #1AECEC;
}
</style>
background-color css
<style>
a { background-color: #1AECEC; }
a { background-color: rgb(26,236,236); }
div.DivClassName
{
background-color: #1AECEC;
}
.BgClassName
{
background-color: #1AECEC;
}
</style>
border-color css
<style>
span { border-color: #1AECEC; }
span { border-color: rgb(26,236,236); }
td.TdClassName
{
border-color: #1AECEC;
}
.TagClassName
{
border-color: #1AECEC;
}
</style>