Shades of Turquoise #2FEAB8
Tints of Turquoise #2FEAB8
RGB
CMYK
RGB Variations
Color information
#2FEAB8 (or 0x2FEAB8) is known color: Turquoise. HEX triplet: 2F, EA and B8. RGB value is (47,234,184). Sum of RGB (Red+Green+Blue) = 47+234+184=465 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.11% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEAB8 is #D01547. Grayscale: #ACACAC. Windows color (decimal): -13636936 or 12118575. OLE color: 12118575.
HSL color Cylindrical-coordinate representation of color #2FEAB8: hue angle of 163.96º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEAB8 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 184 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.08 |
| HSL | 163.96º | 0.82% | 0.55% | - |
| HSV(B) | 163.96º | 0.8% | 0.92% | - |
| XYZ | 39.25 | 62.91 | 55.42 | - |
| YUV | 172.39 | 134.55 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 184 | 0.80 | 0 | 0.21 | 0.08 | 163.96 | 0.82 | 0.55 |
| Hex | 2F | EA | B8 | 50 | 0 | 15 | 8 | A4 | 52 | 37 |
| Octal | 57 | 352 | 270 | 120 | 0 | 25 | 10 | 244 | 122 | 67 |
| Binary | 101111 | 11101010 | 10111000 | 1010000 | 0 | 10101 | 1000 | 10100100 | 1010010 | 110111 |
Color Harmonies of #2FEAB8
Complementary color
Monochromatic Colors of #2FEAB8
Black with #2FEAB8
Text Example
Text Example
White with #2FEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEAB8; }
p { color: rgb(47,234,184); }
H1.HeaderClassName
{
color: #2FEAB8;
}
.AnyTagClassName
{
color: #2FEAB8;
}
</style>
background-color css
<style>
a { background-color: #2FEAB8; }
a { background-color: rgb(47,234,184); }
div.DivClassName
{
background-color: #2FEAB8;
}
.BgClassName
{
background-color: #2FEAB8;
}
</style>
border-color css
<style>
span { border-color: #2FEAB8; }
span { border-color: rgb(47,234,184); }
td.TdClassName
{
border-color: #2FEAB8;
}
.TagClassName
{
border-color: #2FEAB8;
}
</style>