Shades of Medium Turquoise #2FC6CB
Tints of Medium Turquoise #2FC6CB
RGB
CMYK
RGB Variations
Color information
#2FC6CB (or 0x2FC6CB) is known color: Medium Turquoise. HEX triplet: 2F, C6 and CB. RGB value is (47,198,203). Sum of RGB (Red+Green+Blue) = 47+198+203=448 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.49% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #2FC6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC6CB is #D03934. Grayscale: #999999. Windows color (decimal): -13646133 or 13354543. OLE color: 13354543.
HSL color Cylindrical-coordinate representation of color #2FC6CB: hue angle of 181.92º 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 #2FC6CB is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 198 | 203 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.20 |
| HSL | 181.92º | 0.62% | 0.49% | - |
| HSV(B) | 181.92º | 0.77% | 0.8% | - |
| XYZ | 32.15 | 45.3 | 63.55 | - |
| YUV | 153.42 | 155.97 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 203 | 0.77 | 0.02 | 0 | 0.20 | 181.92 | 0.62 | 0.49 |
| Hex | 2F | C6 | CB | 4D | 2 | 0 | 14 | B6 | 3E | 31 |
| Octal | 57 | 306 | 313 | 115 | 2 | 0 | 24 | 266 | 76 | 61 |
| Binary | 101111 | 11000110 | 11001011 | 1001101 | 10 | 0 | 10100 | 10110110 | 111110 | 110001 |
Color Harmonies of #2FC6CB
Complementary color
Monochromatic Colors of #2FC6CB
Black with #2FC6CB
Text Example
Text Example
White with #2FC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC6CB; }
p { color: rgb(47,198,203); }
H1.HeaderClassName
{
color: #2FC6CB;
}
.AnyTagClassName
{
color: #2FC6CB;
}
</style>
background-color css
<style>
a { background-color: #2FC6CB; }
a { background-color: rgb(47,198,203); }
div.DivClassName
{
background-color: #2FC6CB;
}
.BgClassName
{
background-color: #2FC6CB;
}
</style>
border-color css
<style>
span { border-color: #2FC6CB; }
span { border-color: rgb(47,198,203); }
td.TdClassName
{
border-color: #2FC6CB;
}
.TagClassName
{
border-color: #2FC6CB;
}
</style>