Shades of Bright Turquoise #1AEDDD
Tints of Bright Turquoise #1AEDDD
RGB
CMYK
RGB Variations
Color information
#1AEDDD (or 0x1AEDDD) is known color: Bright Turquoise. HEX triplet: 1A, ED and DD. RGB value is (26,237,221). Sum of RGB (Red+Green+Blue) = 26+237+221=484 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.37% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #1AEDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEDDD is #E51222. Grayscale: #ABABAB. Windows color (decimal): -15012387 or 14544154. OLE color: 14544154.
HSL color Cylindrical-coordinate representation of color #1AEDDD: hue angle of 175.45º 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 #1AEDDD is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 237 | 221 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.07 |
| HSL | 175.45º | 0.85% | 0.52% | - |
| HSV(B) | 175.45º | 0.89% | 0.93% | - |
| XYZ | 43.76 | 66.01 | 78.84 | - |
| YUV | 172.09 | 155.6 | 23.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 237 | 221 | 0.89 | 0 | 0.07 | 0.07 | 175.45 | 0.85 | 0.52 |
| Hex | 1A | ED | DD | 59 | 0 | 7 | 7 | AF | 55 | 34 |
| Octal | 32 | 355 | 335 | 131 | 0 | 7 | 7 | 257 | 125 | 64 |
| Binary | 11010 | 11101101 | 11011101 | 1011001 | 0 | 111 | 111 | 10101111 | 1010101 | 110100 |
Color Harmonies of #1AEDDD
Complementary color
Monochromatic Colors of #1AEDDD
Black with #1AEDDD
Text Example
Text Example
White with #1AEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEDDD; }
p { color: rgb(26,237,221); }
H1.HeaderClassName
{
color: #1AEDDD;
}
.AnyTagClassName
{
color: #1AEDDD;
}
</style>
background-color css
<style>
a { background-color: #1AEDDD; }
a { background-color: rgb(26,237,221); }
div.DivClassName
{
background-color: #1AEDDD;
}
.BgClassName
{
background-color: #1AEDDD;
}
</style>
border-color css
<style>
span { border-color: #1AEDDD; }
span { border-color: rgb(26,237,221); }
td.TdClassName
{
border-color: #1AEDDD;
}
.TagClassName
{
border-color: #1AEDDD;
}
</style>