Shades of Turquoise #2AFEC8
Tints of Turquoise #2AFEC8
RGB
CMYK
RGB Variations
Color information
#2AFEC8 (or 0x2AFEC8) is known color: Turquoise. HEX triplet: 2A, FE and C8. RGB value is (42,254,200). Sum of RGB (Red+Green+Blue) = 42+254+200=496 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.47% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFEC8 is #D50137. Grayscale: #B8B8B8. Windows color (decimal): -13959480 or 13172266. OLE color: 13172266.
HSL color Cylindrical-coordinate representation of color #2AFEC8: hue angle of 164.72º 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 #2AFEC8 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 200 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.00 |
| HSL | 164.72º | 0.99% | 0.58% | - |
| HSV(B) | 164.72º | 0.83% | 1% | - |
| XYZ | 46.82 | 75.55 | 66.76 | - |
| YUV | 184.46 | 136.76 | 26.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 200 | 0.83 | 0 | 0.21 | 0.00 | 164.72 | 0.99 | 0.58 |
| Hex | 2A | FE | C8 | 53 | 0 | 15 | 0 | A5 | 63 | 3A |
| Octal | 52 | 376 | 310 | 123 | 0 | 25 | 0 | 245 | 143 | 72 |
| Binary | 101010 | 11111110 | 11001000 | 1010011 | 0 | 10101 | 0 | 10100101 | 1100011 | 111010 |
Color Harmonies of #2AFEC8
Complementary color
Monochromatic Colors of #2AFEC8
Black with #2AFEC8
Text Example
Text Example
White with #2AFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEC8; }
p { color: rgb(42,254,200); }
H1.HeaderClassName
{
color: #2AFEC8;
}
.AnyTagClassName
{
color: #2AFEC8;
}
</style>
background-color css
<style>
a { background-color: #2AFEC8; }
a { background-color: rgb(42,254,200); }
div.DivClassName
{
background-color: #2AFEC8;
}
.BgClassName
{
background-color: #2AFEC8;
}
</style>
border-color css
<style>
span { border-color: #2AFEC8; }
span { border-color: rgb(42,254,200); }
td.TdClassName
{
border-color: #2AFEC8;
}
.TagClassName
{
border-color: #2AFEC8;
}
</style>