Shades of Bright Turquoise #1AECC3
Tints of Bright Turquoise #1AECC3
RGB
CMYK
RGB Variations
Color information
#1AECC3 (or 0x1AECC3) is known color: Bright Turquoise. HEX triplet: 1A, EC and C3. RGB value is (26,236,195). Sum of RGB (Red+Green+Blue) = 26+236+195=457 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.69% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #1AECC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AECC3 is #E5133C. Grayscale: #A8A8A8. Windows color (decimal): -15012669 or 12839962. OLE color: 12839962.
HSL color Cylindrical-coordinate representation of color #1AECC3: hue angle of 168.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 #1AECC3 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 195 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.07 |
| HSL | 168.29º | 0.85% | 0.51% | - |
| HSV(B) | 168.29º | 0.89% | 0.93% | - |
| XYZ | 40.27 | 64.15 | 61.89 | - |
| YUV | 168.54 | 142.93 | 26.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 195 | 0.89 | 0 | 0.17 | 0.07 | 168.29 | 0.85 | 0.51 |
| Hex | 1A | EC | C3 | 59 | 0 | 11 | 7 | A8 | 55 | 33 |
| Octal | 32 | 354 | 303 | 131 | 0 | 21 | 7 | 250 | 125 | 63 |
| Binary | 11010 | 11101100 | 11000011 | 1011001 | 0 | 10001 | 111 | 10101000 | 1010101 | 110011 |
Color Harmonies of #1AECC3
Complementary color
Monochromatic Colors of #1AECC3
Black with #1AECC3
Text Example
Text Example
White with #1AECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AECC3; }
p { color: rgb(26,236,195); }
H1.HeaderClassName
{
color: #1AECC3;
}
.AnyTagClassName
{
color: #1AECC3;
}
</style>
background-color css
<style>
a { background-color: #1AECC3; }
a { background-color: rgb(26,236,195); }
div.DivClassName
{
background-color: #1AECC3;
}
.BgClassName
{
background-color: #1AECC3;
}
</style>
border-color css
<style>
span { border-color: #1AECC3; }
span { border-color: rgb(26,236,195); }
td.TdClassName
{
border-color: #1AECC3;
}
.TagClassName
{
border-color: #1AECC3;
}
</style>