Shades of Bright Turquoise #1AE1DB
Tints of Bright Turquoise #1AE1DB
RGB
CMYK
RGB Variations
Color information
#1AE1DB (or 0x1AE1DB) is known color: Bright Turquoise. HEX triplet: 1A, E1 and DB. RGB value is (26,225,219). Sum of RGB (Red+Green+Blue) = 26+225+219=470 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.53% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #1AE1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE1DB is #E51E24. Grayscale: #A4A4A4. Windows color (decimal): -15015461 or 14410010. OLE color: 14410010.
HSL color Cylindrical-coordinate representation of color #1AE1DB: hue angle of 178.19º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE1DB is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 225 | 219 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.12 |
| HSL | 178.19º | 0.79% | 0.49% | - |
| HSV(B) | 178.19º | 0.88% | 0.88% | - |
| XYZ | 40.14 | 59.18 | 76.33 | - |
| YUV | 164.82 | 158.57 | 28.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 225 | 219 | 0.88 | 0 | 0.03 | 0.12 | 178.19 | 0.79 | 0.49 |
| Hex | 1A | E1 | DB | 58 | 0 | 3 | C | B2 | 4F | 31 |
| Octal | 32 | 341 | 333 | 130 | 0 | 3 | 14 | 262 | 117 | 61 |
| Binary | 11010 | 11100001 | 11011011 | 1011000 | 0 | 11 | 1100 | 10110010 | 1001111 | 110001 |
Color Harmonies of #1AE1DB
Complementary color
Monochromatic Colors of #1AE1DB
Black with #1AE1DB
Text Example
Text Example
White with #1AE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE1DB; }
p { color: rgb(26,225,219); }
H1.HeaderClassName
{
color: #1AE1DB;
}
.AnyTagClassName
{
color: #1AE1DB;
}
</style>
background-color css
<style>
a { background-color: #1AE1DB; }
a { background-color: rgb(26,225,219); }
div.DivClassName
{
background-color: #1AE1DB;
}
.BgClassName
{
background-color: #1AE1DB;
}
</style>
border-color css
<style>
span { border-color: #1AE1DB; }
span { border-color: rgb(26,225,219); }
td.TdClassName
{
border-color: #1AE1DB;
}
.TagClassName
{
border-color: #1AE1DB;
}
</style>