Shades of Medium Turquoise #2FC6BD
Tints of Medium Turquoise #2FC6BD
RGB
CMYK
RGB Variations
Color information
#2FC6BD (or 0x2FC6BD) is known color: Medium Turquoise. HEX triplet: 2F, C6 and BD. RGB value is (47,198,189). Sum of RGB (Red+Green+Blue) = 47+198+189=434 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.83% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC6BD is #D03942. Grayscale: #979797. Windows color (decimal): -13646147 or 12437039. OLE color: 12437039.
HSL color Cylindrical-coordinate representation of color #2FC6BD: hue angle of 176.42º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC6BD is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 189 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.22 |
| HSL | 176.42º | 0.62% | 0.48% | - |
| HSV(B) | 176.42º | 0.76% | 0.78% | - |
| XYZ | 30.55 | 44.67 | 55.16 | - |
| YUV | 151.83 | 148.97 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 189 | 0.76 | 0 | 0.05 | 0.22 | 176.42 | 0.62 | 0.48 |
| Hex | 2F | C6 | BD | 4C | 0 | 5 | 16 | B0 | 3E | 30 |
| Octal | 57 | 306 | 275 | 114 | 0 | 5 | 26 | 260 | 76 | 60 |
| Binary | 101111 | 11000110 | 10111101 | 1001100 | 0 | 101 | 10110 | 10110000 | 111110 | 110000 |
Color Harmonies of #2FC6BD
Complementary color
Monochromatic Colors of #2FC6BD
Black with #2FC6BD
Text Example
Text Example
White with #2FC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC6BD; }
p { color: rgb(47,198,189); }
H1.HeaderClassName
{
color: #2FC6BD;
}
.AnyTagClassName
{
color: #2FC6BD;
}
</style>
background-color css
<style>
a { background-color: #2FC6BD; }
a { background-color: rgb(47,198,189); }
div.DivClassName
{
background-color: #2FC6BD;
}
.BgClassName
{
background-color: #2FC6BD;
}
</style>
border-color css
<style>
span { border-color: #2FC6BD; }
span { border-color: rgb(47,198,189); }
td.TdClassName
{
border-color: #2FC6BD;
}
.TagClassName
{
border-color: #2FC6BD;
}
</style>