Shades of Turquoise #2FEAC3
Tints of Turquoise #2FEAC3
RGB
CMYK
RGB Variations
Color information
#2FEAC3 (or 0x2FEAC3) is known color: Turquoise. HEX triplet: 2F, EA and C3. RGB value is (47,234,195). Sum of RGB (Red+Green+Blue) = 47+234+195=476 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.87% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEAC3 is #D0153C. Grayscale: #ADADAD. Windows color (decimal): -13636925 or 12839471. OLE color: 12839471.
HSL color Cylindrical-coordinate representation of color #2FEAC3: hue angle of 167.49º 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 #2FEAC3 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 195 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.08 |
| HSL | 167.49º | 0.82% | 0.55% | - |
| HSV(B) | 167.49º | 0.8% | 0.92% | - |
| XYZ | 40.45 | 63.39 | 61.73 | - |
| YUV | 173.64 | 140.05 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 195 | 0.80 | 0 | 0.17 | 0.08 | 167.49 | 0.82 | 0.55 |
| Hex | 2F | EA | C3 | 50 | 0 | 11 | 8 | A7 | 52 | 37 |
| Octal | 57 | 352 | 303 | 120 | 0 | 21 | 10 | 247 | 122 | 67 |
| Binary | 101111 | 11101010 | 11000011 | 1010000 | 0 | 10001 | 1000 | 10100111 | 1010010 | 110111 |
Color Harmonies of #2FEAC3
Complementary color
Monochromatic Colors of #2FEAC3
Black with #2FEAC3
Text Example
Text Example
White with #2FEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEAC3; }
p { color: rgb(47,234,195); }
H1.HeaderClassName
{
color: #2FEAC3;
}
.AnyTagClassName
{
color: #2FEAC3;
}
</style>
background-color css
<style>
a { background-color: #2FEAC3; }
a { background-color: rgb(47,234,195); }
div.DivClassName
{
background-color: #2FEAC3;
}
.BgClassName
{
background-color: #2FEAC3;
}
</style>
border-color css
<style>
span { border-color: #2FEAC3; }
span { border-color: rgb(47,234,195); }
td.TdClassName
{
border-color: #2FEAC3;
}
.TagClassName
{
border-color: #2FEAC3;
}
</style>