Shades of Medium Turquoise #2FCBBA
Tints of Medium Turquoise #2FCBBA
RGB
CMYK
RGB Variations
Color information
#2FCBBA (or 0x2FCBBA) is known color: Medium Turquoise. HEX triplet: 2F, CB and BA. RGB value is (47,203,186). Sum of RGB (Red+Green+Blue) = 47+203+186=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBBA is #D03445. Grayscale: #9A9A9A. Windows color (decimal): -13644870 or 12241711. OLE color: 12241711.
HSL color Cylindrical-coordinate representation of color #2FCBBA: hue angle of 173.46º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCBBA is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 186 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.20 |
| HSL | 173.46º | 0.62% | 0.49% | - |
| HSV(B) | 173.46º | 0.77% | 0.8% | - |
| XYZ | 31.39 | 46.86 | 53.85 | - |
| YUV | 154.42 | 145.82 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 186 | 0.77 | 0 | 0.08 | 0.20 | 173.46 | 0.62 | 0.49 |
| Hex | 2F | CB | BA | 4D | 0 | 8 | 14 | AD | 3E | 31 |
| Octal | 57 | 313 | 272 | 115 | 0 | 10 | 24 | 255 | 76 | 61 |
| Binary | 101111 | 11001011 | 10111010 | 1001101 | 0 | 1000 | 10100 | 10101101 | 111110 | 110001 |
Color Harmonies of #2FCBBA
Complementary color
Monochromatic Colors of #2FCBBA
Black with #2FCBBA
Text Example
Text Example
White with #2FCBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBBA; }
p { color: rgb(47,203,186); }
H1.HeaderClassName
{
color: #2FCBBA;
}
.AnyTagClassName
{
color: #2FCBBA;
}
</style>
background-color css
<style>
a { background-color: #2FCBBA; }
a { background-color: rgb(47,203,186); }
div.DivClassName
{
background-color: #2FCBBA;
}
.BgClassName
{
background-color: #2FCBBA;
}
</style>
border-color css
<style>
span { border-color: #2FCBBA; }
span { border-color: rgb(47,203,186); }
td.TdClassName
{
border-color: #2FCBBA;
}
.TagClassName
{
border-color: #2FCBBA;
}
</style>