Shades of Bright Turquoise #1AFEDE
Tints of Bright Turquoise #1AFEDE
RGB
CMYK
RGB Variations
Color information
#1AFEDE (or 0x1AFEDE) is known color: Bright Turquoise. HEX triplet: 1A, FE and DE. RGB value is (26,254,222). Sum of RGB (Red+Green+Blue) = 26+254+222=502 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.18% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFEDE is #E50121. Grayscale: #B6B6B6. Windows color (decimal): -15008034 or 14614042. OLE color: 14614042.
HSL color Cylindrical-coordinate representation of color #1AFEDE: hue angle of 171.58º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFEDE is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 222 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.00 |
| HSL | 171.58º | 0.99% | 0.55% | - |
| HSV(B) | 171.58º | 0.9% | 1% | - |
| XYZ | 49.05 | 76.38 | 81.26 | - |
| YUV | 182.18 | 150.46 | 16.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 222 | 0.90 | 0 | 0.13 | 0.00 | 171.58 | 0.99 | 0.55 |
| Hex | 1A | FE | DE | 5A | 0 | D | 0 | AC | 63 | 37 |
| Octal | 32 | 376 | 336 | 132 | 0 | 15 | 0 | 254 | 143 | 67 |
| Binary | 11010 | 11111110 | 11011110 | 1011010 | 0 | 1101 | 0 | 10101100 | 1100011 | 110111 |
Color Harmonies of #1AFEDE
Complementary color
Monochromatic Colors of #1AFEDE
Black with #1AFEDE
Text Example
Text Example
White with #1AFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFEDE; }
p { color: rgb(26,254,222); }
H1.HeaderClassName
{
color: #1AFEDE;
}
.AnyTagClassName
{
color: #1AFEDE;
}
</style>
background-color css
<style>
a { background-color: #1AFEDE; }
a { background-color: rgb(26,254,222); }
div.DivClassName
{
background-color: #1AFEDE;
}
.BgClassName
{
background-color: #1AFEDE;
}
</style>
border-color css
<style>
span { border-color: #1AFEDE; }
span { border-color: rgb(26,254,222); }
td.TdClassName
{
border-color: #1AFEDE;
}
.TagClassName
{
border-color: #1AFEDE;
}
</style>