Shades of Bright Turquoise #1AFADE
Tints of Bright Turquoise #1AFADE
RGB
CMYK
RGB Variations
Color information
#1AFADE (or 0x1AFADE) is known color: Bright Turquoise. HEX triplet: 1A, FA and DE. RGB value is (26,250,222). Sum of RGB (Red+Green+Blue) = 26+250+222=498 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.22% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFADE is #E50521. Grayscale: #B3B3B3. Windows color (decimal): -15009058 or 14613018. OLE color: 14613018.
HSL color Cylindrical-coordinate representation of color #1AFADE: hue angle of 172.5º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFADE is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 222 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.02 |
| HSL | 172.5º | 0.96% | 0.54% | - |
| HSV(B) | 172.5º | 0.9% | 0.98% | - |
| XYZ | 47.8 | 73.86 | 80.85 | - |
| YUV | 179.83 | 151.79 | 18.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 222 | 0.90 | 0 | 0.11 | 0.02 | 172.5 | 0.96 | 0.54 |
| Hex | 1A | FA | DE | 5A | 0 | B | 2 | AC | 60 | 36 |
| Octal | 32 | 372 | 336 | 132 | 0 | 13 | 2 | 254 | 140 | 66 |
| Binary | 11010 | 11111010 | 11011110 | 1011010 | 0 | 1011 | 10 | 10101100 | 1100000 | 110110 |
Color Harmonies of #1AFADE
Complementary color
Monochromatic Colors of #1AFADE
Black with #1AFADE
Text Example
Text Example
White with #1AFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFADE; }
p { color: rgb(26,250,222); }
H1.HeaderClassName
{
color: #1AFADE;
}
.AnyTagClassName
{
color: #1AFADE;
}
</style>
background-color css
<style>
a { background-color: #1AFADE; }
a { background-color: rgb(26,250,222); }
div.DivClassName
{
background-color: #1AFADE;
}
.BgClassName
{
background-color: #1AFADE;
}
</style>
border-color css
<style>
span { border-color: #1AFADE; }
span { border-color: rgb(26,250,222); }
td.TdClassName
{
border-color: #1AFADE;
}
.TagClassName
{
border-color: #1AFADE;
}
</style>