Shades of Bright Turquoise #1AEACE
Tints of Bright Turquoise #1AEACE
RGB
CMYK
RGB Variations
Color information
#1AEACE (or 0x1AEACE) is known color: Bright Turquoise. HEX triplet: 1A, EA and CE. RGB value is (26,234,206). Sum of RGB (Red+Green+Blue) = 26+234+206=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #1AEACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEACE is #E51531. Grayscale: #A8A8A8. Windows color (decimal): -15013170 or 13560346. OLE color: 13560346.
HSL color Cylindrical-coordinate representation of color #1AEACE: hue angle of 171.92º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEACE is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 234 | 206 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.08 |
| HSL | 171.92º | 0.83% | 0.51% | - |
| HSV(B) | 171.92º | 0.89% | 0.92% | - |
| XYZ | 40.99 | 63.52 | 68.49 | - |
| YUV | 168.62 | 149.09 | 26.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 234 | 206 | 0.89 | 0 | 0.12 | 0.08 | 171.92 | 0.83 | 0.51 |
| Hex | 1A | EA | CE | 59 | 0 | C | 8 | AC | 53 | 33 |
| Octal | 32 | 352 | 316 | 131 | 0 | 14 | 10 | 254 | 123 | 63 |
| Binary | 11010 | 11101010 | 11001110 | 1011001 | 0 | 1100 | 1000 | 10101100 | 1010011 | 110011 |
Color Harmonies of #1AEACE
Complementary color
Monochromatic Colors of #1AEACE
Black with #1AEACE
Text Example
Text Example
White with #1AEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEACE; }
p { color: rgb(26,234,206); }
H1.HeaderClassName
{
color: #1AEACE;
}
.AnyTagClassName
{
color: #1AEACE;
}
</style>
background-color css
<style>
a { background-color: #1AEACE; }
a { background-color: rgb(26,234,206); }
div.DivClassName
{
background-color: #1AEACE;
}
.BgClassName
{
background-color: #1AEACE;
}
</style>
border-color css
<style>
span { border-color: #1AEACE; }
span { border-color: rgb(26,234,206); }
td.TdClassName
{
border-color: #1AEACE;
}
.TagClassName
{
border-color: #1AEACE;
}
</style>