Shades of Medium Turquoise #2FCEBE
Tints of Medium Turquoise #2FCEBE
RGB
CMYK
RGB Variations
Color information
#2FCEBE (or 0x2FCEBE) is known color: Medium Turquoise. HEX triplet: 2F, CE and BE. RGB value is (47,206,190). Sum of RGB (Red+Green+Blue) = 47+206+190=443 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.61% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEBE is #D03141. Grayscale: #9C9C9C. Windows color (decimal): -13644098 or 12504623. OLE color: 12504623.
HSL color Cylindrical-coordinate representation of color #2FCEBE: hue angle of 173.96º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCEBE is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 190 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.19 |
| HSL | 173.96º | 0.63% | 0.5% | - |
| HSV(B) | 173.96º | 0.77% | 0.81% | - |
| XYZ | 32.54 | 48.46 | 56.35 | - |
| YUV | 156.64 | 146.82 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 190 | 0.77 | 0 | 0.08 | 0.19 | 173.96 | 0.63 | 0.5 |
| Hex | 2F | CE | BE | 4D | 0 | 8 | 13 | AE | 3F | 32 |
| Octal | 57 | 316 | 276 | 115 | 0 | 10 | 23 | 256 | 77 | 62 |
| Binary | 101111 | 11001110 | 10111110 | 1001101 | 0 | 1000 | 10011 | 10101110 | 111111 | 110010 |
Color Harmonies of #2FCEBE
Complementary color
Monochromatic Colors of #2FCEBE
Black with #2FCEBE
Text Example
Text Example
White with #2FCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEBE; }
p { color: rgb(47,206,190); }
H1.HeaderClassName
{
color: #2FCEBE;
}
.AnyTagClassName
{
color: #2FCEBE;
}
</style>
background-color css
<style>
a { background-color: #2FCEBE; }
a { background-color: rgb(47,206,190); }
div.DivClassName
{
background-color: #2FCEBE;
}
.BgClassName
{
background-color: #2FCEBE;
}
</style>
border-color css
<style>
span { border-color: #2FCEBE; }
span { border-color: rgb(47,206,190); }
td.TdClassName
{
border-color: #2FCEBE;
}
.TagClassName
{
border-color: #2FCEBE;
}
</style>