Shades of Bright Turquoise #1AEBDA
Tints of Bright Turquoise #1AEBDA
RGB
CMYK
RGB Variations
Color information
#1AEBDA (or 0x1AEBDA) is known color: Bright Turquoise. HEX triplet: 1A, EB and DA. RGB value is (26,235,218). Sum of RGB (Red+Green+Blue) = 26+235+218=479 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.43% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #1AEBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEBDA is #E51425. Grayscale: #AAAAAA. Windows color (decimal): -15012902 or 14347034. OLE color: 14347034.
HSL color Cylindrical-coordinate representation of color #1AEBDA: hue angle of 175.12º degrees, saturation: 0.84, 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 #1AEBDA is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 235 | 218 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.08 |
| HSL | 175.12º | 0.84% | 0.51% | - |
| HSV(B) | 175.12º | 0.89% | 0.92% | - |
| XYZ | 42.79 | 64.7 | 76.56 | - |
| YUV | 170.57 | 154.76 | 24.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 235 | 218 | 0.89 | 0 | 0.07 | 0.08 | 175.12 | 0.84 | 0.51 |
| Hex | 1A | EB | DA | 59 | 0 | 7 | 8 | AF | 54 | 33 |
| Octal | 32 | 353 | 332 | 131 | 0 | 7 | 10 | 257 | 124 | 63 |
| Binary | 11010 | 11101011 | 11011010 | 1011001 | 0 | 111 | 1000 | 10101111 | 1010100 | 110011 |
Color Harmonies of #1AEBDA
Complementary color
Monochromatic Colors of #1AEBDA
Black with #1AEBDA
Text Example
Text Example
White with #1AEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEBDA; }
p { color: rgb(26,235,218); }
H1.HeaderClassName
{
color: #1AEBDA;
}
.AnyTagClassName
{
color: #1AEBDA;
}
</style>
background-color css
<style>
a { background-color: #1AEBDA; }
a { background-color: rgb(26,235,218); }
div.DivClassName
{
background-color: #1AEBDA;
}
.BgClassName
{
background-color: #1AEBDA;
}
</style>
border-color css
<style>
span { border-color: #1AEBDA; }
span { border-color: rgb(26,235,218); }
td.TdClassName
{
border-color: #1AEBDA;
}
.TagClassName
{
border-color: #1AEBDA;
}
</style>