Shades of Bright Turquoise #1AFECD
Tints of Bright Turquoise #1AFECD
RGB
CMYK
RGB Variations
Color information
#1AFECD (or 0x1AFECD) is known color: Bright Turquoise. HEX triplet: 1A, FE and CD. RGB value is (26,254,205). Sum of RGB (Red+Green+Blue) = 26+254+205=485 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.36% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFECD is #E50132. Grayscale: #B4B4B4. Windows color (decimal): -15008051 or 13499930. OLE color: 13499930.
HSL color Cylindrical-coordinate representation of color #1AFECD: hue angle of 167.11º 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 #1AFECD is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 205 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.00 |
| HSL | 167.11º | 0.99% | 0.55% | - |
| HSV(B) | 167.11º | 0.9% | 1% | - |
| XYZ | 46.89 | 75.51 | 69.86 | - |
| YUV | 180.24 | 141.96 | 17.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 205 | 0.90 | 0 | 0.19 | 0.00 | 167.11 | 0.99 | 0.55 |
| Hex | 1A | FE | CD | 5A | 0 | 13 | 0 | A7 | 63 | 37 |
| Octal | 32 | 376 | 315 | 132 | 0 | 23 | 0 | 247 | 143 | 67 |
| Binary | 11010 | 11111110 | 11001101 | 1011010 | 0 | 10011 | 0 | 10100111 | 1100011 | 110111 |
Color Harmonies of #1AFECD
Complementary color
Monochromatic Colors of #1AFECD
Black with #1AFECD
Text Example
Text Example
White with #1AFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFECD; }
p { color: rgb(26,254,205); }
H1.HeaderClassName
{
color: #1AFECD;
}
.AnyTagClassName
{
color: #1AFECD;
}
</style>
background-color css
<style>
a { background-color: #1AFECD; }
a { background-color: rgb(26,254,205); }
div.DivClassName
{
background-color: #1AFECD;
}
.BgClassName
{
background-color: #1AFECD;
}
</style>
border-color css
<style>
span { border-color: #1AFECD; }
span { border-color: rgb(26,254,205); }
td.TdClassName
{
border-color: #1AFECD;
}
.TagClassName
{
border-color: #1AFECD;
}
</style>