Shades of Bright Turquoise #1AEDDB
Tints of Bright Turquoise #1AEDDB
RGB
CMYK
RGB Variations
Color information
#1AEDDB (or 0x1AEDDB) is known color: Bright Turquoise. HEX triplet: 1A, ED and DB. RGB value is (26,237,219). Sum of RGB (Red+Green+Blue) = 26+237+219=482 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.39% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #1AEDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEDDB is #E51224. Grayscale: #ABABAB. Windows color (decimal): -15012389 or 14413082. OLE color: 14413082.
HSL color Cylindrical-coordinate representation of color #1AEDDB: hue angle of 174.88º 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 #1AEDDB is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 237 | 219 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.07 |
| HSL | 174.88º | 0.85% | 0.52% | - |
| HSV(B) | 174.88º | 0.89% | 0.93% | - |
| XYZ | 43.5 | 65.9 | 77.45 | - |
| YUV | 171.86 | 154.6 | 23.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 237 | 219 | 0.89 | 0 | 0.08 | 0.07 | 174.88 | 0.85 | 0.52 |
| Hex | 1A | ED | DB | 59 | 0 | 8 | 7 | AF | 55 | 34 |
| Octal | 32 | 355 | 333 | 131 | 0 | 10 | 7 | 257 | 125 | 64 |
| Binary | 11010 | 11101101 | 11011011 | 1011001 | 0 | 1000 | 111 | 10101111 | 1010101 | 110100 |
Color Harmonies of #1AEDDB
Complementary color
Monochromatic Colors of #1AEDDB
Black with #1AEDDB
Text Example
Text Example
White with #1AEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEDDB; }
p { color: rgb(26,237,219); }
H1.HeaderClassName
{
color: #1AEDDB;
}
.AnyTagClassName
{
color: #1AEDDB;
}
</style>
background-color css
<style>
a { background-color: #1AEDDB; }
a { background-color: rgb(26,237,219); }
div.DivClassName
{
background-color: #1AEDDB;
}
.BgClassName
{
background-color: #1AEDDB;
}
</style>
border-color css
<style>
span { border-color: #1AEDDB; }
span { border-color: rgb(26,237,219); }
td.TdClassName
{
border-color: #1AEDDB;
}
.TagClassName
{
border-color: #1AEDDB;
}
</style>