Shades of Bright Turquoise #1AECCC
Tints of Bright Turquoise #1AECCC
RGB
CMYK
RGB Variations
Color information
#1AECCC (or 0x1AECCC) is known color: Bright Turquoise. HEX triplet: 1A, EC and CC. RGB value is (26,236,204). Sum of RGB (Red+Green+Blue) = 26+236+204=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #1AECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AECCC is #E51333. Grayscale: #A9A9A9. Windows color (decimal): -15012660 or 13429786. OLE color: 13429786.
HSL color Cylindrical-coordinate representation of color #1AECCC: hue angle of 170.86º 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 #1AECCC is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 204 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.07 |
| HSL | 170.86º | 0.85% | 0.51% | - |
| HSV(B) | 170.86º | 0.89% | 0.93% | - |
| XYZ | 41.32 | 64.57 | 67.41 | - |
| YUV | 169.56 | 147.43 | 25.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 204 | 0.89 | 0 | 0.14 | 0.07 | 170.86 | 0.85 | 0.51 |
| Hex | 1A | EC | CC | 59 | 0 | E | 7 | AB | 55 | 33 |
| Octal | 32 | 354 | 314 | 131 | 0 | 16 | 7 | 253 | 125 | 63 |
| Binary | 11010 | 11101100 | 11001100 | 1011001 | 0 | 1110 | 111 | 10101011 | 1010101 | 110011 |
Color Harmonies of #1AECCC
Complementary color
Monochromatic Colors of #1AECCC
Black with #1AECCC
Text Example
Text Example
White with #1AECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AECCC; }
p { color: rgb(26,236,204); }
H1.HeaderClassName
{
color: #1AECCC;
}
.AnyTagClassName
{
color: #1AECCC;
}
</style>
background-color css
<style>
a { background-color: #1AECCC; }
a { background-color: rgb(26,236,204); }
div.DivClassName
{
background-color: #1AECCC;
}
.BgClassName
{
background-color: #1AECCC;
}
</style>
border-color css
<style>
span { border-color: #1AECCC; }
span { border-color: rgb(26,236,204); }
td.TdClassName
{
border-color: #1AECCC;
}
.TagClassName
{
border-color: #1AECCC;
}
</style>