Shades of Turquoise #2FEACC
Tints of Turquoise #2FEACC
RGB
CMYK
RGB Variations
Color information
#2FEACC (or 0x2FEACC) is known color: Turquoise. HEX triplet: 2F, EA and CC. RGB value is (47,234,204). Sum of RGB (Red+Green+Blue) = 47+234+204=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEACC is #D01533. Grayscale: #AEAEAE. Windows color (decimal): -13636916 or 13429295. OLE color: 13429295.
HSL color Cylindrical-coordinate representation of color #2FEACC: hue angle of 170.37º 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 #2FEACC is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 204 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.08 |
| HSL | 170.37º | 0.82% | 0.55% | - |
| HSV(B) | 170.37º | 0.8% | 0.92% | - |
| XYZ | 41.49 | 63.81 | 67.26 | - |
| YUV | 174.67 | 144.55 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 204 | 0.80 | 0 | 0.13 | 0.08 | 170.37 | 0.82 | 0.55 |
| Hex | 2F | EA | CC | 50 | 0 | D | 8 | AA | 52 | 37 |
| Octal | 57 | 352 | 314 | 120 | 0 | 15 | 10 | 252 | 122 | 67 |
| Binary | 101111 | 11101010 | 11001100 | 1010000 | 0 | 1101 | 1000 | 10101010 | 1010010 | 110111 |
Color Harmonies of #2FEACC
Complementary color
Monochromatic Colors of #2FEACC
Black with #2FEACC
Text Example
Text Example
White with #2FEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEACC; }
p { color: rgb(47,234,204); }
H1.HeaderClassName
{
color: #2FEACC;
}
.AnyTagClassName
{
color: #2FEACC;
}
</style>
background-color css
<style>
a { background-color: #2FEACC; }
a { background-color: rgb(47,234,204); }
div.DivClassName
{
background-color: #2FEACC;
}
.BgClassName
{
background-color: #2FEACC;
}
</style>
border-color css
<style>
span { border-color: #2FEACC; }
span { border-color: rgb(47,234,204); }
td.TdClassName
{
border-color: #2FEACC;
}
.TagClassName
{
border-color: #2FEACC;
}
</style>