Shades of Medium Turquoise #2FCEBB
Tints of Medium Turquoise #2FCEBB
RGB
CMYK
RGB Variations
Color information
#2FCEBB (or 0x2FCEBB) is known color: Medium Turquoise. HEX triplet: 2F, CE and BB. RGB value is (47,206,187). Sum of RGB (Red+Green+Blue) = 47+206+187=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEBB is #D03144. Grayscale: #9C9C9C. Windows color (decimal): -13644101 or 12308015. OLE color: 12308015.
HSL color Cylindrical-coordinate representation of color #2FCEBB: hue angle of 172.83º 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 #2FCEBB is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 187 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.19 |
| HSL | 172.83º | 0.63% | 0.5% | - |
| HSV(B) | 172.83º | 0.77% | 0.81% | - |
| XYZ | 32.21 | 48.33 | 54.65 | - |
| YUV | 156.29 | 145.32 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 187 | 0.77 | 0 | 0.09 | 0.19 | 172.83 | 0.63 | 0.5 |
| Hex | 2F | CE | BB | 4D | 0 | 9 | 13 | AD | 3F | 32 |
| Octal | 57 | 316 | 273 | 115 | 0 | 11 | 23 | 255 | 77 | 62 |
| Binary | 101111 | 11001110 | 10111011 | 1001101 | 0 | 1001 | 10011 | 10101101 | 111111 | 110010 |
Color Harmonies of #2FCEBB
Complementary color
Monochromatic Colors of #2FCEBB
Black with #2FCEBB
Text Example
Text Example
White with #2FCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEBB; }
p { color: rgb(47,206,187); }
H1.HeaderClassName
{
color: #2FCEBB;
}
.AnyTagClassName
{
color: #2FCEBB;
}
</style>
background-color css
<style>
a { background-color: #2FCEBB; }
a { background-color: rgb(47,206,187); }
div.DivClassName
{
background-color: #2FCEBB;
}
.BgClassName
{
background-color: #2FCEBB;
}
</style>
border-color css
<style>
span { border-color: #2FCEBB; }
span { border-color: rgb(47,206,187); }
td.TdClassName
{
border-color: #2FCEBB;
}
.TagClassName
{
border-color: #2FCEBB;
}
</style>