Shades of Bright Turquoise #1AE5D2
Tints of Bright Turquoise #1AE5D2
RGB
CMYK
RGB Variations
Color information
#1AE5D2 (or 0x1AE5D2) is known color: Bright Turquoise. HEX triplet: 1A, E5 and D2. RGB value is (26,229,210). Sum of RGB (Red+Green+Blue) = 26+229+210=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE5D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE5D2 is #E51A2D. Grayscale: #A6A6A6. Windows color (decimal): -15014446 or 13821210. OLE color: 13821210.
HSL color Cylindrical-coordinate representation of color #1AE5D2: hue angle of 174.38º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE5D2 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 229 | 210 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.10 |
| HSL | 174.38º | 0.8% | 0.5% | - |
| HSV(B) | 174.38º | 0.89% | 0.9% | - |
| XYZ | 40.08 | 60.91 | 70.62 | - |
| YUV | 166.14 | 152.75 | 28.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 229 | 210 | 0.89 | 0 | 0.08 | 0.10 | 174.38 | 0.8 | 0.5 |
| Hex | 1A | E5 | D2 | 59 | 0 | 8 | A | AE | 50 | 32 |
| Octal | 32 | 345 | 322 | 131 | 0 | 10 | 12 | 256 | 120 | 62 |
| Binary | 11010 | 11100101 | 11010010 | 1011001 | 0 | 1000 | 1010 | 10101110 | 1010000 | 110010 |
Color Harmonies of #1AE5D2
Complementary color
Monochromatic Colors of #1AE5D2
Black with #1AE5D2
Text Example
Text Example
White with #1AE5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE5D2; }
p { color: rgb(26,229,210); }
H1.HeaderClassName
{
color: #1AE5D2;
}
.AnyTagClassName
{
color: #1AE5D2;
}
</style>
background-color css
<style>
a { background-color: #1AE5D2; }
a { background-color: rgb(26,229,210); }
div.DivClassName
{
background-color: #1AE5D2;
}
.BgClassName
{
background-color: #1AE5D2;
}
</style>
border-color css
<style>
span { border-color: #1AE5D2; }
span { border-color: rgb(26,229,210); }
td.TdClassName
{
border-color: #1AE5D2;
}
.TagClassName
{
border-color: #1AE5D2;
}
</style>