Shades of Bright Turquoise #1AFED0
Tints of Bright Turquoise #1AFED0
RGB
CMYK
RGB Variations
Color information
#1AFED0 (or 0x1AFED0) is known color: Bright Turquoise. HEX triplet: 1A, FE and D0. RGB value is (26,254,208). Sum of RGB (Red+Green+Blue) = 26+254+208=488 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.33% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFED0 is #E5012F. Grayscale: #B4B4B4. Windows color (decimal): -15008048 or 13696538. OLE color: 13696538.
HSL color Cylindrical-coordinate representation of color #1AFED0: hue angle of 167.89º 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 #1AFED0 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 208 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.00 |
| HSL | 167.89º | 0.99% | 0.55% | - |
| HSV(B) | 167.89º | 0.9% | 1% | - |
| XYZ | 47.25 | 75.66 | 71.79 | - |
| YUV | 180.58 | 143.46 | 17.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 208 | 0.90 | 0 | 0.18 | 0.00 | 167.89 | 0.99 | 0.55 |
| Hex | 1A | FE | D0 | 5A | 0 | 12 | 0 | A8 | 63 | 37 |
| Octal | 32 | 376 | 320 | 132 | 0 | 22 | 0 | 250 | 143 | 67 |
| Binary | 11010 | 11111110 | 11010000 | 1011010 | 0 | 10010 | 0 | 10101000 | 1100011 | 110111 |
Color Harmonies of #1AFED0
Complementary color
Monochromatic Colors of #1AFED0
Black with #1AFED0
Text Example
Text Example
White with #1AFED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFED0; }
p { color: rgb(26,254,208); }
H1.HeaderClassName
{
color: #1AFED0;
}
.AnyTagClassName
{
color: #1AFED0;
}
</style>
background-color css
<style>
a { background-color: #1AFED0; }
a { background-color: rgb(26,254,208); }
div.DivClassName
{
background-color: #1AFED0;
}
.BgClassName
{
background-color: #1AFED0;
}
</style>
border-color css
<style>
span { border-color: #1AFED0; }
span { border-color: rgb(26,254,208); }
td.TdClassName
{
border-color: #1AFED0;
}
.TagClassName
{
border-color: #1AFED0;
}
</style>