Shades of Bright Turquoise #1AECCF
Tints of Bright Turquoise #1AECCF
RGB
CMYK
RGB Variations
Color information
#1AECCF (or 0x1AECCF) is known color: Bright Turquoise. HEX triplet: 1A, EC and CF. RGB value is (26,236,207). Sum of RGB (Red+Green+Blue) = 26+236+207=469 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.54% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #1AECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AECCF is #E51330. Grayscale: #A9A9A9. Windows color (decimal): -15012657 or 13626394. OLE color: 13626394.
HSL color Cylindrical-coordinate representation of color #1AECCF: hue angle of 171.71º 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 #1AECCF is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 207 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.07 |
| HSL | 171.71º | 0.85% | 0.51% | - |
| HSV(B) | 171.71º | 0.89% | 0.93% | - |
| XYZ | 41.68 | 64.72 | 69.33 | - |
| YUV | 169.9 | 148.93 | 25.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 207 | 0.89 | 0 | 0.12 | 0.07 | 171.71 | 0.85 | 0.51 |
| Hex | 1A | EC | CF | 59 | 0 | C | 7 | AC | 55 | 33 |
| Octal | 32 | 354 | 317 | 131 | 0 | 14 | 7 | 254 | 125 | 63 |
| Binary | 11010 | 11101100 | 11001111 | 1011001 | 0 | 1100 | 111 | 10101100 | 1010101 | 110011 |
Color Harmonies of #1AECCF
Complementary color
Monochromatic Colors of #1AECCF
Black with #1AECCF
Text Example
Text Example
White with #1AECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AECCF; }
p { color: rgb(26,236,207); }
H1.HeaderClassName
{
color: #1AECCF;
}
.AnyTagClassName
{
color: #1AECCF;
}
</style>
background-color css
<style>
a { background-color: #1AECCF; }
a { background-color: rgb(26,236,207); }
div.DivClassName
{
background-color: #1AECCF;
}
.BgClassName
{
background-color: #1AECCF;
}
</style>
border-color css
<style>
span { border-color: #1AECCF; }
span { border-color: rgb(26,236,207); }
td.TdClassName
{
border-color: #1AECCF;
}
.TagClassName
{
border-color: #1AECCF;
}
</style>