Shades of Turquoise #2FECE1
Tints of Turquoise #2FECE1
RGB
CMYK
RGB Variations
Color information
#2FECE1 (or 0x2FECE1) is known color: Turquoise. HEX triplet: 2F, EC and E1. RGB value is (47,236,225). Sum of RGB (Red+Green+Blue) = 47+236+225=508 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.25% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECE1 is #D0131E. Grayscale: #B2B2B2. Windows color (decimal): -13636383 or 14806063. OLE color: 14806063.
HSL color Cylindrical-coordinate representation of color #2FECE1: hue angle of 176.51º 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 #2FECE1 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 225 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.07 |
| HSL | 176.51º | 0.83% | 0.55% | - |
| HSV(B) | 176.51º | 0.8% | 0.93% | - |
| XYZ | 44.76 | 66.03 | 81.62 | - |
| YUV | 178.24 | 154.38 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 225 | 0.80 | 0 | 0.05 | 0.07 | 176.51 | 0.83 | 0.55 |
| Hex | 2F | EC | E1 | 50 | 0 | 5 | 7 | B1 | 53 | 37 |
| Octal | 57 | 354 | 341 | 120 | 0 | 5 | 7 | 261 | 123 | 67 |
| Binary | 101111 | 11101100 | 11100001 | 1010000 | 0 | 101 | 111 | 10110001 | 1010011 | 110111 |
Color Harmonies of #2FECE1
Complementary color
Monochromatic Colors of #2FECE1
Black with #2FECE1
Text Example
Text Example
White with #2FECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECE1; }
p { color: rgb(47,236,225); }
H1.HeaderClassName
{
color: #2FECE1;
}
.AnyTagClassName
{
color: #2FECE1;
}
</style>
background-color css
<style>
a { background-color: #2FECE1; }
a { background-color: rgb(47,236,225); }
div.DivClassName
{
background-color: #2FECE1;
}
.BgClassName
{
background-color: #2FECE1;
}
</style>
border-color css
<style>
span { border-color: #2FECE1; }
span { border-color: rgb(47,236,225); }
td.TdClassName
{
border-color: #2FECE1;
}
.TagClassName
{
border-color: #2FECE1;
}
</style>