Shades of Bright Turquoise #1AEBDC
Tints of Bright Turquoise #1AEBDC
RGB
CMYK
RGB Variations
Color information
#1AEBDC (or 0x1AEBDC) is known color: Bright Turquoise. HEX triplet: 1A, EB and DC. RGB value is (26,235,220). Sum of RGB (Red+Green+Blue) = 26+235+220=481 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.41% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #1AEBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEBDC is #E51423. Grayscale: #AAAAAA. Windows color (decimal): -15012900 or 14478106. OLE color: 14478106.
HSL color Cylindrical-coordinate representation of color #1AEBDC: hue angle of 175.69º 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 #1AEBDC is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 235 | 220 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.08 |
| HSL | 175.69º | 0.84% | 0.51% | - |
| HSV(B) | 175.69º | 0.89% | 0.92% | - |
| XYZ | 43.05 | 64.8 | 77.95 | - |
| YUV | 170.8 | 155.76 | 24.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 235 | 220 | 0.89 | 0 | 0.06 | 0.08 | 175.69 | 0.84 | 0.51 |
| Hex | 1A | EB | DC | 59 | 0 | 6 | 8 | B0 | 54 | 33 |
| Octal | 32 | 353 | 334 | 131 | 0 | 6 | 10 | 260 | 124 | 63 |
| Binary | 11010 | 11101011 | 11011100 | 1011001 | 0 | 110 | 1000 | 10110000 | 1010100 | 110011 |
Color Harmonies of #1AEBDC
Complementary color
Monochromatic Colors of #1AEBDC
Black with #1AEBDC
Text Example
Text Example
White with #1AEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEBDC; }
p { color: rgb(26,235,220); }
H1.HeaderClassName
{
color: #1AEBDC;
}
.AnyTagClassName
{
color: #1AEBDC;
}
</style>
background-color css
<style>
a { background-color: #1AEBDC; }
a { background-color: rgb(26,235,220); }
div.DivClassName
{
background-color: #1AEBDC;
}
.BgClassName
{
background-color: #1AEBDC;
}
</style>
border-color css
<style>
span { border-color: #1AEBDC; }
span { border-color: rgb(26,235,220); }
td.TdClassName
{
border-color: #1AEBDC;
}
.TagClassName
{
border-color: #1AEBDC;
}
</style>