Shades of Bright Turquoise #1AE5D3
Tints of Bright Turquoise #1AE5D3
RGB
CMYK
RGB Variations
Color information
#1AE5D3 (or 0x1AE5D3) is known color: Bright Turquoise. HEX triplet: 1A, E5 and D3. RGB value is (26,229,211). Sum of RGB (Red+Green+Blue) = 26+229+211=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE5D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE5D3 is #E51A2C. Grayscale: #A6A6A6. Windows color (decimal): -15014445 or 13886746. OLE color: 13886746.
HSL color Cylindrical-coordinate representation of color #1AE5D3: hue angle of 174.68º 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 #1AE5D3 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 229 | 211 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.10 |
| HSL | 174.68º | 0.8% | 0.5% | - |
| HSV(B) | 174.68º | 0.89% | 0.9% | - |
| XYZ | 40.2 | 60.96 | 71.28 | - |
| YUV | 166.25 | 153.25 | 27.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 229 | 211 | 0.89 | 0 | 0.08 | 0.10 | 174.68 | 0.8 | 0.5 |
| Hex | 1A | E5 | D3 | 59 | 0 | 8 | A | AF | 50 | 32 |
| Octal | 32 | 345 | 323 | 131 | 0 | 10 | 12 | 257 | 120 | 62 |
| Binary | 11010 | 11100101 | 11010011 | 1011001 | 0 | 1000 | 1010 | 10101111 | 1010000 | 110010 |
Color Harmonies of #1AE5D3
Complementary color
Monochromatic Colors of #1AE5D3
Black with #1AE5D3
Text Example
Text Example
White with #1AE5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE5D3; }
p { color: rgb(26,229,211); }
H1.HeaderClassName
{
color: #1AE5D3;
}
.AnyTagClassName
{
color: #1AE5D3;
}
</style>
background-color css
<style>
a { background-color: #1AE5D3; }
a { background-color: rgb(26,229,211); }
div.DivClassName
{
background-color: #1AE5D3;
}
.BgClassName
{
background-color: #1AE5D3;
}
</style>
border-color css
<style>
span { border-color: #1AE5D3; }
span { border-color: rgb(26,229,211); }
td.TdClassName
{
border-color: #1AE5D3;
}
.TagClassName
{
border-color: #1AE5D3;
}
</style>