Shades of Medium Turquoise #2FCCBF
Tints of Medium Turquoise #2FCCBF
RGB
CMYK
RGB Variations
Color information
#2FCCBF (or 0x2FCCBF) is known color: Medium Turquoise. HEX triplet: 2F, CC and BF. RGB value is (47,204,191). Sum of RGB (Red+Green+Blue) = 47+204+191=442 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.63% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCBF is #D03340. Grayscale: #9B9B9B. Windows color (decimal): -13644609 or 12569647. OLE color: 12569647.
HSL color Cylindrical-coordinate representation of color #2FCCBF: hue angle of 175.03º 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 #2FCCBF is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 191 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.2 |
| HSL | 175.03º | 0.63% | 0.49% | - |
| HSV(B) | 175.03º | 0.77% | 0.8% | - |
| XYZ | 32.17 | 47.55 | 56.77 | - |
| YUV | 155.58 | 147.99 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 191 | 0.77 | 0 | 0.06 | 0.2 | 175.03 | 0.63 | 0.49 |
| Hex | 2F | CC | BF | 4D | 0 | 6 | 14 | AF | 3F | 31 |
| Octal | 57 | 314 | 277 | 115 | 0 | 6 | 24 | 257 | 77 | 61 |
| Binary | 101111 | 11001100 | 10111111 | 1001101 | 0 | 110 | 10100 | 10101111 | 111111 | 110001 |
Color Harmonies of #2FCCBF
Complementary color
Monochromatic Colors of #2FCCBF
Black with #2FCCBF
Text Example
Text Example
White with #2FCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCBF; }
p { color: rgb(47,204,191); }
H1.HeaderClassName
{
color: #2FCCBF;
}
.AnyTagClassName
{
color: #2FCCBF;
}
</style>
background-color css
<style>
a { background-color: #2FCCBF; }
a { background-color: rgb(47,204,191); }
div.DivClassName
{
background-color: #2FCCBF;
}
.BgClassName
{
background-color: #2FCCBF;
}
</style>
border-color css
<style>
span { border-color: #2FCCBF; }
span { border-color: rgb(47,204,191); }
td.TdClassName
{
border-color: #2FCCBF;
}
.TagClassName
{
border-color: #2FCCBF;
}
</style>