Shades of Turquoise #2FFECE
Tints of Turquoise #2FFECE
RGB
CMYK
RGB Variations
Color information
#2FFECE (or 0x2FFECE) is known color: Turquoise. HEX triplet: 2F, FE and CE. RGB value is (47,254,206). Sum of RGB (Red+Green+Blue) = 47+254+206=507 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.27% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFECE is #D00131. Grayscale: #BABABA. Windows color (decimal): -13631794 or 13565487. OLE color: 13565487.
HSL color Cylindrical-coordinate representation of color #2FFECE: hue angle of 166.09º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFECE is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 206 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.00 |
| HSL | 166.09º | 0.99% | 0.59% | - |
| HSV(B) | 166.09º | 0.81% | 1% | - |
| XYZ | 47.75 | 75.94 | 70.53 | - |
| YUV | 186.64 | 138.92 | 28.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 206 | 0.81 | 0 | 0.19 | 0.00 | 166.09 | 0.99 | 0.59 |
| Hex | 2F | FE | CE | 51 | 0 | 13 | 0 | A6 | 63 | 3B |
| Octal | 57 | 376 | 316 | 121 | 0 | 23 | 0 | 246 | 143 | 73 |
| Binary | 101111 | 11111110 | 11001110 | 1010001 | 0 | 10011 | 0 | 10100110 | 1100011 | 111011 |
Color Harmonies of #2FFECE
Complementary color
Monochromatic Colors of #2FFECE
Black with #2FFECE
Text Example
Text Example
White with #2FFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFECE; }
p { color: rgb(47,254,206); }
H1.HeaderClassName
{
color: #2FFECE;
}
.AnyTagClassName
{
color: #2FFECE;
}
</style>
background-color css
<style>
a { background-color: #2FFECE; }
a { background-color: rgb(47,254,206); }
div.DivClassName
{
background-color: #2FFECE;
}
.BgClassName
{
background-color: #2FFECE;
}
</style>
border-color css
<style>
span { border-color: #2FFECE; }
span { border-color: rgb(47,254,206); }
td.TdClassName
{
border-color: #2FFECE;
}
.TagClassName
{
border-color: #2FFECE;
}
</style>