Shades of Bright Turquoise #1AEED7
Tints of Bright Turquoise #1AEED7
RGB
CMYK
RGB Variations
Color information
#1AEED7 (or 0x1AEED7) is known color: Bright Turquoise. HEX triplet: 1A, EE and D7. RGB value is (26,238,215). Sum of RGB (Red+Green+Blue) = 26+238+215=479 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.43% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #1AEED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEED7 is #E51128. Grayscale: #ABABAB. Windows color (decimal): -15012137 or 14151194. OLE color: 14151194.
HSL color Cylindrical-coordinate representation of color #1AEED7: hue angle of 173.49º degrees, saturation: 0.86, 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 #1AEED7 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 238 | 215 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.07 |
| HSL | 173.49º | 0.86% | 0.52% | - |
| HSV(B) | 173.49º | 0.89% | 0.93% | - |
| XYZ | 43.27 | 66.27 | 74.8 | - |
| YUV | 171.99 | 152.26 | 23.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 238 | 215 | 0.89 | 0 | 0.10 | 0.07 | 173.49 | 0.86 | 0.52 |
| Hex | 1A | EE | D7 | 59 | 0 | A | 7 | AD | 56 | 34 |
| Octal | 32 | 356 | 327 | 131 | 0 | 12 | 7 | 255 | 126 | 64 |
| Binary | 11010 | 11101110 | 11010111 | 1011001 | 0 | 1010 | 111 | 10101101 | 1010110 | 110100 |
Color Harmonies of #1AEED7
Complementary color
Monochromatic Colors of #1AEED7
Black with #1AEED7
Text Example
Text Example
White with #1AEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEED7; }
p { color: rgb(26,238,215); }
H1.HeaderClassName
{
color: #1AEED7;
}
.AnyTagClassName
{
color: #1AEED7;
}
</style>
background-color css
<style>
a { background-color: #1AEED7; }
a { background-color: rgb(26,238,215); }
div.DivClassName
{
background-color: #1AEED7;
}
.BgClassName
{
background-color: #1AEED7;
}
</style>
border-color css
<style>
span { border-color: #1AEED7; }
span { border-color: rgb(26,238,215); }
td.TdClassName
{
border-color: #1AEED7;
}
.TagClassName
{
border-color: #1AEED7;
}
</style>