Shades of Bright Turquoise #1AEBCD
Tints of Bright Turquoise #1AEBCD
RGB
CMYK
RGB Variations
Color information
#1AEBCD (or 0x1AEBCD) is known color: Bright Turquoise. HEX triplet: 1A, EB and CD. RGB value is (26,235,205). Sum of RGB (Red+Green+Blue) = 26+235+205=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #1AEBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEBCD is #E51432. Grayscale: #A9A9A9. Windows color (decimal): -15012915 or 13495066. OLE color: 13495066.
HSL color Cylindrical-coordinate representation of color #1AEBCD: hue angle of 171.39º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEBCD is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 235 | 205 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.08 |
| HSL | 171.39º | 0.84% | 0.51% | - |
| HSV(B) | 171.39º | 0.89% | 0.92% | - |
| XYZ | 41.15 | 64.04 | 67.95 | - |
| YUV | 169.09 | 148.26 | 25.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 235 | 205 | 0.89 | 0 | 0.13 | 0.08 | 171.39 | 0.84 | 0.51 |
| Hex | 1A | EB | CD | 59 | 0 | D | 8 | AB | 54 | 33 |
| Octal | 32 | 353 | 315 | 131 | 0 | 15 | 10 | 253 | 124 | 63 |
| Binary | 11010 | 11101011 | 11001101 | 1011001 | 0 | 1101 | 1000 | 10101011 | 1010100 | 110011 |
Color Harmonies of #1AEBCD
Complementary color
Monochromatic Colors of #1AEBCD
Black with #1AEBCD
Text Example
Text Example
White with #1AEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEBCD; }
p { color: rgb(26,235,205); }
H1.HeaderClassName
{
color: #1AEBCD;
}
.AnyTagClassName
{
color: #1AEBCD;
}
</style>
background-color css
<style>
a { background-color: #1AEBCD; }
a { background-color: rgb(26,235,205); }
div.DivClassName
{
background-color: #1AEBCD;
}
.BgClassName
{
background-color: #1AEBCD;
}
</style>
border-color css
<style>
span { border-color: #1AEBCD; }
span { border-color: rgb(26,235,205); }
td.TdClassName
{
border-color: #1AEBCD;
}
.TagClassName
{
border-color: #1AEBCD;
}
</style>