Shades of Medium Turquoise #2FCDBF
Tints of Medium Turquoise #2FCDBF
RGB
CMYK
RGB Variations
Color information
#2FCDBF (or 0x2FCDBF) is known color: Medium Turquoise. HEX triplet: 2F, CD and BF. RGB value is (47,205,191). Sum of RGB (Red+Green+Blue) = 47+205+191=443 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.61% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDBF is #D03240. Grayscale: #9C9C9C. Windows color (decimal): -13644353 or 12569903. OLE color: 12569903.
HSL color Cylindrical-coordinate representation of color #2FCDBF: hue angle of 174.68º degrees, saturation: 0.63, 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 #2FCDBF is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 191 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.20 |
| HSL | 174.68º | 0.63% | 0.49% | - |
| HSV(B) | 174.68º | 0.77% | 0.8% | - |
| XYZ | 32.41 | 48.03 | 56.85 | - |
| YUV | 156.16 | 147.65 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 191 | 0.77 | 0 | 0.07 | 0.20 | 174.68 | 0.63 | 0.49 |
| Hex | 2F | CD | BF | 4D | 0 | 7 | 14 | AF | 3F | 31 |
| Octal | 57 | 315 | 277 | 115 | 0 | 7 | 24 | 257 | 77 | 61 |
| Binary | 101111 | 11001101 | 10111111 | 1001101 | 0 | 111 | 10100 | 10101111 | 111111 | 110001 |
Color Harmonies of #2FCDBF
Complementary color
Monochromatic Colors of #2FCDBF
Black with #2FCDBF
Text Example
Text Example
White with #2FCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDBF; }
p { color: rgb(47,205,191); }
H1.HeaderClassName
{
color: #2FCDBF;
}
.AnyTagClassName
{
color: #2FCDBF;
}
</style>
background-color css
<style>
a { background-color: #2FCDBF; }
a { background-color: rgb(47,205,191); }
div.DivClassName
{
background-color: #2FCDBF;
}
.BgClassName
{
background-color: #2FCDBF;
}
</style>
border-color css
<style>
span { border-color: #2FCDBF; }
span { border-color: rgb(47,205,191); }
td.TdClassName
{
border-color: #2FCDBF;
}
.TagClassName
{
border-color: #2FCDBF;
}
</style>