Shades of Medium Turquoise #2FCABC
Tints of Medium Turquoise #2FCABC
RGB
CMYK
RGB Variations
Color information
#2FCABC (or 0x2FCABC) is known color: Medium Turquoise. HEX triplet: 2F, CA and BC. RGB value is (47,202,188). Sum of RGB (Red+Green+Blue) = 47+202+188=437 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.76% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCABC is #D03543. Grayscale: #999999. Windows color (decimal): -13645124 or 12372527. OLE color: 12372527.
HSL color Cylindrical-coordinate representation of color #2FCABC: hue angle of 174.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCABC is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 202 | 188 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.21 |
| HSL | 174.58º | 0.62% | 0.49% | - |
| HSV(B) | 174.58º | 0.77% | 0.79% | - |
| XYZ | 31.37 | 46.48 | 54.89 | - |
| YUV | 154.06 | 147.15 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 188 | 0.77 | 0 | 0.07 | 0.21 | 174.58 | 0.62 | 0.49 |
| Hex | 2F | CA | BC | 4D | 0 | 7 | 15 | AF | 3E | 31 |
| Octal | 57 | 312 | 274 | 115 | 0 | 7 | 25 | 257 | 76 | 61 |
| Binary | 101111 | 11001010 | 10111100 | 1001101 | 0 | 111 | 10101 | 10101111 | 111110 | 110001 |
Color Harmonies of #2FCABC
Complementary color
Monochromatic Colors of #2FCABC
Black with #2FCABC
Text Example
Text Example
White with #2FCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCABC; }
p { color: rgb(47,202,188); }
H1.HeaderClassName
{
color: #2FCABC;
}
.AnyTagClassName
{
color: #2FCABC;
}
</style>
background-color css
<style>
a { background-color: #2FCABC; }
a { background-color: rgb(47,202,188); }
div.DivClassName
{
background-color: #2FCABC;
}
.BgClassName
{
background-color: #2FCABC;
}
</style>
border-color css
<style>
span { border-color: #2FCABC; }
span { border-color: rgb(47,202,188); }
td.TdClassName
{
border-color: #2FCABC;
}
.TagClassName
{
border-color: #2FCABC;
}
</style>