Shades of Turquoise #2FEAC2
Tints of Turquoise #2FEAC2
RGB
CMYK
RGB Variations
Color information
#2FEAC2 (or 0x2FEAC2) is known color: Turquoise. HEX triplet: 2F, EA and C2. RGB value is (47,234,194). Sum of RGB (Red+Green+Blue) = 47+234+194=475 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.89% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEAC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEAC2 is #D0153D. Grayscale: #ADADAD. Windows color (decimal): -13636926 or 12773935. OLE color: 12773935.
HSL color Cylindrical-coordinate representation of color #2FEAC2: hue angle of 167.17º 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 #2FEAC2 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 194 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.08 |
| HSL | 167.17º | 0.82% | 0.55% | - |
| HSV(B) | 167.17º | 0.8% | 0.92% | - |
| XYZ | 40.33 | 63.35 | 61.14 | - |
| YUV | 173.53 | 139.55 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 194 | 0.80 | 0 | 0.17 | 0.08 | 167.17 | 0.82 | 0.55 |
| Hex | 2F | EA | C2 | 50 | 0 | 11 | 8 | A7 | 52 | 37 |
| Octal | 57 | 352 | 302 | 120 | 0 | 21 | 10 | 247 | 122 | 67 |
| Binary | 101111 | 11101010 | 11000010 | 1010000 | 0 | 10001 | 1000 | 10100111 | 1010010 | 110111 |
Color Harmonies of #2FEAC2
Complementary color
Monochromatic Colors of #2FEAC2
Black with #2FEAC2
Text Example
Text Example
White with #2FEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEAC2; }
p { color: rgb(47,234,194); }
H1.HeaderClassName
{
color: #2FEAC2;
}
.AnyTagClassName
{
color: #2FEAC2;
}
</style>
background-color css
<style>
a { background-color: #2FEAC2; }
a { background-color: rgb(47,234,194); }
div.DivClassName
{
background-color: #2FEAC2;
}
.BgClassName
{
background-color: #2FEAC2;
}
</style>
border-color css
<style>
span { border-color: #2FEAC2; }
span { border-color: rgb(47,234,194); }
td.TdClassName
{
border-color: #2FEAC2;
}
.TagClassName
{
border-color: #2FEAC2;
}
</style>