Shades of Bright Turquoise #1AEDEA
Tints of Bright Turquoise #1AEDEA
RGB
CMYK
RGB Variations
Color information
#1AEDEA (or 0x1AEDEA) is known color: Bright Turquoise. HEX triplet: 1A, ED and EA. RGB value is (26,237,234). Sum of RGB (Red+Green+Blue) = 26+237+234=497 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.23% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #1AEDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AEDEA is #E51215. Grayscale: #ADADAD. Windows color (decimal): -15012374 or 15396122. OLE color: 15396122.
HSL color Cylindrical-coordinate representation of color #1AEDEA: hue angle of 179.15º 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 #1AEDEA is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 237 | 234 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.07 |
| HSL | 179.15º | 0.85% | 0.52% | - |
| HSV(B) | 179.15º | 0.89% | 0.93% | - |
| XYZ | 45.56 | 66.73 | 88.32 | - |
| YUV | 173.57 | 162.1 | 22.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 237 | 234 | 0.89 | 0 | 0.01 | 0.07 | 179.15 | 0.85 | 0.52 |
| Hex | 1A | ED | EA | 59 | 0 | 1 | 7 | B3 | 55 | 34 |
| Octal | 32 | 355 | 352 | 131 | 0 | 1 | 7 | 263 | 125 | 64 |
| Binary | 11010 | 11101101 | 11101010 | 1011001 | 0 | 1 | 111 | 10110011 | 1010101 | 110100 |
Color Harmonies of #1AEDEA
Complementary color
Monochromatic Colors of #1AEDEA
Black with #1AEDEA
Text Example
Text Example
White with #1AEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEDEA; }
p { color: rgb(26,237,234); }
H1.HeaderClassName
{
color: #1AEDEA;
}
.AnyTagClassName
{
color: #1AEDEA;
}
</style>
background-color css
<style>
a { background-color: #1AEDEA; }
a { background-color: rgb(26,237,234); }
div.DivClassName
{
background-color: #1AEDEA;
}
.BgClassName
{
background-color: #1AEDEA;
}
</style>
border-color css
<style>
span { border-color: #1AEDEA; }
span { border-color: rgb(26,237,234); }
td.TdClassName
{
border-color: #1AEDEA;
}
.TagClassName
{
border-color: #1AEDEA;
}
</style>