Shades of Turquoise #2FECC4
Tints of Turquoise #2FECC4
RGB
CMYK
RGB Variations
Color information
#2FECC4 (or 0x2FECC4) is known color: Turquoise. HEX triplet: 2F, EC and C4. RGB value is (47,236,196). Sum of RGB (Red+Green+Blue) = 47+236+196=479 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.81% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECC4 is #D0133B. Grayscale: #AEAEAE. Windows color (decimal): -13636412 or 12905519. OLE color: 12905519.
HSL color Cylindrical-coordinate representation of color #2FECC4: hue angle of 167.3º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FECC4 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 196 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.07 |
| HSL | 167.3º | 0.83% | 0.55% | - |
| HSV(B) | 167.3º | 0.8% | 0.93% | - |
| XYZ | 41.13 | 64.58 | 62.52 | - |
| YUV | 174.93 | 139.88 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 196 | 0.80 | 0 | 0.17 | 0.07 | 167.3 | 0.83 | 0.55 |
| Hex | 2F | EC | C4 | 50 | 0 | 11 | 7 | A7 | 53 | 37 |
| Octal | 57 | 354 | 304 | 120 | 0 | 21 | 7 | 247 | 123 | 67 |
| Binary | 101111 | 11101100 | 11000100 | 1010000 | 0 | 10001 | 111 | 10100111 | 1010011 | 110111 |
Color Harmonies of #2FECC4
Complementary color
Monochromatic Colors of #2FECC4
Black with #2FECC4
Text Example
Text Example
White with #2FECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECC4; }
p { color: rgb(47,236,196); }
H1.HeaderClassName
{
color: #2FECC4;
}
.AnyTagClassName
{
color: #2FECC4;
}
</style>
background-color css
<style>
a { background-color: #2FECC4; }
a { background-color: rgb(47,236,196); }
div.DivClassName
{
background-color: #2FECC4;
}
.BgClassName
{
background-color: #2FECC4;
}
</style>
border-color css
<style>
span { border-color: #2FECC4; }
span { border-color: rgb(47,236,196); }
td.TdClassName
{
border-color: #2FECC4;
}
.TagClassName
{
border-color: #2FECC4;
}
</style>