Shades of Turquoise #2FEAC6
Tints of Turquoise #2FEAC6
RGB
CMYK
RGB Variations
Color information
#2FEAC6 (or 0x2FEAC6) is known color: Turquoise. HEX triplet: 2F, EA and C6. RGB value is (47,234,198). Sum of RGB (Red+Green+Blue) = 47+234+198=479 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.81% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEAC6 is #D01539. Grayscale: #ADADAD. Windows color (decimal): -13636922 or 13036079. OLE color: 13036079.
HSL color Cylindrical-coordinate representation of color #2FEAC6: hue angle of 168.45º 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 #2FEAC6 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 198 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.08 |
| HSL | 168.45º | 0.82% | 0.55% | - |
| HSV(B) | 168.45º | 0.8% | 0.92% | - |
| XYZ | 40.79 | 63.53 | 63.54 | - |
| YUV | 173.98 | 141.55 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 198 | 0.80 | 0 | 0.15 | 0.08 | 168.45 | 0.82 | 0.55 |
| Hex | 2F | EA | C6 | 50 | 0 | F | 8 | A8 | 52 | 37 |
| Octal | 57 | 352 | 306 | 120 | 0 | 17 | 10 | 250 | 122 | 67 |
| Binary | 101111 | 11101010 | 11000110 | 1010000 | 0 | 1111 | 1000 | 10101000 | 1010010 | 110111 |
Color Harmonies of #2FEAC6
Complementary color
Monochromatic Colors of #2FEAC6
Black with #2FEAC6
Text Example
Text Example
White with #2FEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEAC6; }
p { color: rgb(47,234,198); }
H1.HeaderClassName
{
color: #2FEAC6;
}
.AnyTagClassName
{
color: #2FEAC6;
}
</style>
background-color css
<style>
a { background-color: #2FEAC6; }
a { background-color: rgb(47,234,198); }
div.DivClassName
{
background-color: #2FEAC6;
}
.BgClassName
{
background-color: #2FEAC6;
}
</style>
border-color css
<style>
span { border-color: #2FEAC6; }
span { border-color: rgb(47,234,198); }
td.TdClassName
{
border-color: #2FEAC6;
}
.TagClassName
{
border-color: #2FEAC6;
}
</style>