Shades of Medium Turquoise #2FBEC6
Tints of Medium Turquoise #2FBEC6
RGB
CMYK
RGB Variations
Color information
#2FBEC6 (or 0x2FBEC6) is known color: Medium Turquoise. HEX triplet: 2F, BE and C6. RGB value is (47,190,198). Sum of RGB (Red+Green+Blue) = 47+190+198=435 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.80% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #2FBEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBEC6 is #D04139. Grayscale: #939393. Windows color (decimal): -13648186 or 13024815. OLE color: 13024815.
HSL color Cylindrical-coordinate representation of color #2FBEC6: hue angle of 183.18º 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 #2FBEC6 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 190 | 198 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.22 |
| HSL | 183.18º | 0.62% | 0.48% | - |
| HSV(B) | 183.18º | 0.76% | 0.78% | - |
| XYZ | 29.78 | 41.51 | 59.87 | - |
| YUV | 148.16 | 156.12 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 198 | 0.76 | 0.04 | 0 | 0.22 | 183.18 | 0.62 | 0.48 |
| Hex | 2F | BE | C6 | 4C | 4 | 0 | 16 | B7 | 3E | 30 |
| Octal | 57 | 276 | 306 | 114 | 4 | 0 | 26 | 267 | 76 | 60 |
| Binary | 101111 | 10111110 | 11000110 | 1001100 | 100 | 0 | 10110 | 10110111 | 111110 | 110000 |
Color Harmonies of #2FBEC6
Complementary color
Monochromatic Colors of #2FBEC6
Black with #2FBEC6
Text Example
Text Example
White with #2FBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEC6; }
p { color: rgb(47,190,198); }
H1.HeaderClassName
{
color: #2FBEC6;
}
.AnyTagClassName
{
color: #2FBEC6;
}
</style>
background-color css
<style>
a { background-color: #2FBEC6; }
a { background-color: rgb(47,190,198); }
div.DivClassName
{
background-color: #2FBEC6;
}
.BgClassName
{
background-color: #2FBEC6;
}
</style>
border-color css
<style>
span { border-color: #2FBEC6; }
span { border-color: rgb(47,190,198); }
td.TdClassName
{
border-color: #2FBEC6;
}
.TagClassName
{
border-color: #2FBEC6;
}
</style>