Shades of Bright Turquoise #1AEADB
Tints of Bright Turquoise #1AEADB
RGB
CMYK
RGB Variations
Color information
#1AEADB (or 0x1AEADB) is known color: Bright Turquoise. HEX triplet: 1A, EA and DB. RGB value is (26,234,219). Sum of RGB (Red+Green+Blue) = 26+234+219=479 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.43% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #1AEADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEADB is #E51524. Grayscale: #A9A9A9. Windows color (decimal): -15013157 or 14412314. OLE color: 14412314.
HSL color Cylindrical-coordinate representation of color #1AEADB: hue angle of 175.67º degrees, saturation: 0.83, 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 #1AEADB is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 26 | 234 | 219 | - |
CMYK | 0.89 | 0 | 0.06 | 0.08 |
HSL | 175.67º | 0.83% | 0.51% | - |
HSV(B) | 175.67º | 0.89% | 0.92% | - |
XYZ | 42.64 | 64.18 | 77.16 | - |
YUV | 170.1 | 155.59 | 25.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 234 | 219 | 0.89 | 0 | 0.06 | 0.08 | 175.67 | 0.83 | 0.51 |
Hex | 1A | EA | DB | 59 | 0 | 6 | 8 | B0 | 53 | 33 |
Octal | 32 | 352 | 333 | 131 | 0 | 6 | 10 | 260 | 123 | 63 |
Binary | 11010 | 11101010 | 11011011 | 1011001 | 0 | 110 | 1000 | 10110000 | 1010011 | 110011 |
Color Harmonies of #1AEADB
Complementary color
Monochromatic Colors of #1AEADB
Black with #1AEADB
Text Example
Text Example
White with #1AEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEADB; }
p { color: rgb(26,234,219); }
H1.HeaderClassName
{
color: #1AEADB;
}
.AnyTagClassName
{
color: #1AEADB;
}
</style>
background-color css
<style>
a { background-color: #1AEADB; }
a { background-color: rgb(26,234,219); }
div.DivClassName
{
background-color: #1AEADB;
}
.BgClassName
{
background-color: #1AEADB;
}
</style>
border-color css
<style>
span { border-color: #1AEADB; }
span { border-color: rgb(26,234,219); }
td.TdClassName
{
border-color: #1AEADB;
}
.TagClassName
{
border-color: #1AEADB;
}
</style>