Shades of Medium Turquoise #2FC8BD
Tints of Medium Turquoise #2FC8BD
RGB
CMYK
RGB Variations
Color information
#2FC8BD (or 0x2FC8BD) is known color: Medium Turquoise. HEX triplet: 2F, C8 and BD. RGB value is (47,200,189). Sum of RGB (Red+Green+Blue) = 47+200+189=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC8BD is #D03742. Grayscale: #989898. Windows color (decimal): -13645635 or 12437551. OLE color: 12437551.
HSL color Cylindrical-coordinate representation of color #2FC8BD: hue angle of 175.69º 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 #2FC8BD is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 189 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.22 |
| HSL | 175.69º | 0.62% | 0.48% | - |
| HSV(B) | 175.69º | 0.77% | 0.78% | - |
| XYZ | 31.01 | 45.59 | 55.31 | - |
| YUV | 153 | 148.31 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 189 | 0.76 | 0 | 0.06 | 0.22 | 175.69 | 0.62 | 0.48 |
| Hex | 2F | C8 | BD | 4C | 0 | 6 | 16 | B0 | 3E | 30 |
| Octal | 57 | 310 | 275 | 114 | 0 | 6 | 26 | 260 | 76 | 60 |
| Binary | 101111 | 11001000 | 10111101 | 1001100 | 0 | 110 | 10110 | 10110000 | 111110 | 110000 |
Color Harmonies of #2FC8BD
Complementary color
Monochromatic Colors of #2FC8BD
Black with #2FC8BD
Text Example
Text Example
White with #2FC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC8BD; }
p { color: rgb(47,200,189); }
H1.HeaderClassName
{
color: #2FC8BD;
}
.AnyTagClassName
{
color: #2FC8BD;
}
</style>
background-color css
<style>
a { background-color: #2FC8BD; }
a { background-color: rgb(47,200,189); }
div.DivClassName
{
background-color: #2FC8BD;
}
.BgClassName
{
background-color: #2FC8BD;
}
</style>
border-color css
<style>
span { border-color: #2FC8BD; }
span { border-color: rgb(47,200,189); }
td.TdClassName
{
border-color: #2FC8BD;
}
.TagClassName
{
border-color: #2FC8BD;
}
</style>