Shades of Turquoise #2AFECD
Tints of Turquoise #2AFECD
RGB
CMYK
RGB Variations
Color information
#2AFECD (or 0x2AFECD) is known color: Turquoise. HEX triplet: 2A, FE and CD. RGB value is (42,254,205). Sum of RGB (Red+Green+Blue) = 42+254+205=501 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.38% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFECD is #D50132. Grayscale: #B9B9B9. Windows color (decimal): -13959475 or 13499946. OLE color: 13499946.
HSL color Cylindrical-coordinate representation of color #2AFECD: hue angle of 166.13º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFECD is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 205 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.00 |
| HSL | 166.13º | 0.99% | 0.58% | - |
| HSV(B) | 166.13º | 0.83% | 1% | - |
| XYZ | 47.42 | 75.78 | 69.89 | - |
| YUV | 185.03 | 139.26 | 25.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 205 | 0.83 | 0 | 0.19 | 0.00 | 166.13 | 0.99 | 0.58 |
| Hex | 2A | FE | CD | 53 | 0 | 13 | 0 | A6 | 63 | 3A |
| Octal | 52 | 376 | 315 | 123 | 0 | 23 | 0 | 246 | 143 | 72 |
| Binary | 101010 | 11111110 | 11001101 | 1010011 | 0 | 10011 | 0 | 10100110 | 1100011 | 111010 |
Color Harmonies of #2AFECD
Complementary color
Monochromatic Colors of #2AFECD
Black with #2AFECD
Text Example
Text Example
White with #2AFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFECD; }
p { color: rgb(42,254,205); }
H1.HeaderClassName
{
color: #2AFECD;
}
.AnyTagClassName
{
color: #2AFECD;
}
</style>
background-color css
<style>
a { background-color: #2AFECD; }
a { background-color: rgb(42,254,205); }
div.DivClassName
{
background-color: #2AFECD;
}
.BgClassName
{
background-color: #2AFECD;
}
</style>
border-color css
<style>
span { border-color: #2AFECD; }
span { border-color: rgb(42,254,205); }
td.TdClassName
{
border-color: #2AFECD;
}
.TagClassName
{
border-color: #2AFECD;
}
</style>