Shades of Bright Turquoise #1AEAED
Tints of Bright Turquoise #1AEAED
RGB
CMYK
RGB Variations
Color information
#1AEAED (or 0x1AEAED) is known color: Bright Turquoise. HEX triplet: 1A, EA and ED. RGB value is (26,234,237). Sum of RGB (Red+Green+Blue) = 26+234+237=497 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.23% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #1AEAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AEAED is #E51512. Grayscale: #ABABAB. Windows color (decimal): -15013139 or 15591962. OLE color: 15591962.
HSL color Cylindrical-coordinate representation of color #1AEAED: hue angle of 180.85º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEAED is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 234 | 237 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.07 |
| HSL | 180.85º | 0.85% | 0.52% | - |
| HSV(B) | 180.85º | 0.89% | 0.93% | - |
| XYZ | 45.13 | 65.18 | 90.32 | - |
| YUV | 172.15 | 164.59 | 23.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 234 | 237 | 0.89 | 0.01 | 0 | 0.07 | 180.85 | 0.85 | 0.52 |
| Hex | 1A | EA | ED | 59 | 1 | 0 | 7 | B5 | 55 | 34 |
| Octal | 32 | 352 | 355 | 131 | 1 | 0 | 7 | 265 | 125 | 64 |
| Binary | 11010 | 11101010 | 11101101 | 1011001 | 1 | 0 | 111 | 10110101 | 1010101 | 110100 |
Color Harmonies of #1AEAED
Complementary color
Monochromatic Colors of #1AEAED
Black with #1AEAED
Text Example
Text Example
White with #1AEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEAED; }
p { color: rgb(26,234,237); }
H1.HeaderClassName
{
color: #1AEAED;
}
.AnyTagClassName
{
color: #1AEAED;
}
</style>
background-color css
<style>
a { background-color: #1AEAED; }
a { background-color: rgb(26,234,237); }
div.DivClassName
{
background-color: #1AEAED;
}
.BgClassName
{
background-color: #1AEAED;
}
</style>
border-color css
<style>
span { border-color: #1AEAED; }
span { border-color: rgb(26,234,237); }
td.TdClassName
{
border-color: #1AEAED;
}
.TagClassName
{
border-color: #1AEAED;
}
</style>