Shades of Medium Turquoise #2FCCBE
Tints of Medium Turquoise #2FCCBE
RGB
CMYK
RGB Variations
Color information
#2FCCBE (or 0x2FCCBE) is known color: Medium Turquoise. HEX triplet: 2F, CC and BE. RGB value is (47,204,190). Sum of RGB (Red+Green+Blue) = 47+204+190=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCBE is #D03341. Grayscale: #9B9B9B. Windows color (decimal): -13644610 or 12504111. OLE color: 12504111.
HSL color Cylindrical-coordinate representation of color #2FCCBE: hue angle of 174.65º 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 #2FCCBE is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 190 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.2 |
| HSL | 174.65º | 0.63% | 0.49% | - |
| HSV(B) | 174.65º | 0.77% | 0.8% | - |
| XYZ | 32.06 | 47.51 | 56.2 | - |
| YUV | 155.46 | 147.49 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 190 | 0.77 | 0 | 0.07 | 0.2 | 174.65 | 0.63 | 0.49 |
| Hex | 2F | CC | BE | 4D | 0 | 7 | 14 | AF | 3F | 31 |
| Octal | 57 | 314 | 276 | 115 | 0 | 7 | 24 | 257 | 77 | 61 |
| Binary | 101111 | 11001100 | 10111110 | 1001101 | 0 | 111 | 10100 | 10101111 | 111111 | 110001 |
Color Harmonies of #2FCCBE
Complementary color
Monochromatic Colors of #2FCCBE
Black with #2FCCBE
Text Example
Text Example
White with #2FCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCBE; }
p { color: rgb(47,204,190); }
H1.HeaderClassName
{
color: #2FCCBE;
}
.AnyTagClassName
{
color: #2FCCBE;
}
</style>
background-color css
<style>
a { background-color: #2FCCBE; }
a { background-color: rgb(47,204,190); }
div.DivClassName
{
background-color: #2FCCBE;
}
.BgClassName
{
background-color: #2FCCBE;
}
</style>
border-color css
<style>
span { border-color: #2FCCBE; }
span { border-color: rgb(47,204,190); }
td.TdClassName
{
border-color: #2FCCBE;
}
.TagClassName
{
border-color: #2FCCBE;
}
</style>