Shades of Bright Turquoise #1AEFE2
Tints of Bright Turquoise #1AEFE2
RGB
CMYK
RGB Variations
Color information
#1AEFE2 (or 0x1AEFE2) is known color: Bright Turquoise. HEX triplet: 1A, EF and E2. RGB value is (26,239,226). Sum of RGB (Red+Green+Blue) = 26+239+226=491 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.30% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #1AEFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEFE2 is #E5101D. Grayscale: #ADADAD. Windows color (decimal): -15011870 or 14872346. OLE color: 14872346.
HSL color Cylindrical-coordinate representation of color #1AEFE2: hue angle of 176.34º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEFE2 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 239 | 226 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.06 |
| HSL | 176.34º | 0.87% | 0.52% | - |
| HSV(B) | 176.34º | 0.89% | 0.94% | - |
| XYZ | 45.02 | 67.44 | 82.6 | - |
| YUV | 173.83 | 157.43 | 22.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 239 | 226 | 0.89 | 0 | 0.05 | 0.06 | 176.34 | 0.87 | 0.52 |
| Hex | 1A | EF | E2 | 59 | 0 | 5 | 6 | B0 | 57 | 34 |
| Octal | 32 | 357 | 342 | 131 | 0 | 5 | 6 | 260 | 127 | 64 |
| Binary | 11010 | 11101111 | 11100010 | 1011001 | 0 | 101 | 110 | 10110000 | 1010111 | 110100 |
Color Harmonies of #1AEFE2
Complementary color
Monochromatic Colors of #1AEFE2
Black with #1AEFE2
Text Example
Text Example
White with #1AEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEFE2; }
p { color: rgb(26,239,226); }
H1.HeaderClassName
{
color: #1AEFE2;
}
.AnyTagClassName
{
color: #1AEFE2;
}
</style>
background-color css
<style>
a { background-color: #1AEFE2; }
a { background-color: rgb(26,239,226); }
div.DivClassName
{
background-color: #1AEFE2;
}
.BgClassName
{
background-color: #1AEFE2;
}
</style>
border-color css
<style>
span { border-color: #1AEFE2; }
span { border-color: rgb(26,239,226); }
td.TdClassName
{
border-color: #1AEFE2;
}
.TagClassName
{
border-color: #1AEFE2;
}
</style>