Shades of Medium Turquoise #2FCBC4
Tints of Medium Turquoise #2FCBC4
RGB
CMYK
RGB Variations
Color information
#2FCBC4 (or 0x2FCBC4) is known color: Medium Turquoise. HEX triplet: 2F, CB and C4. RGB value is (47,203,196). Sum of RGB (Red+Green+Blue) = 47+203+196=446 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.54% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBC4 is #D0343B. Grayscale: #9B9B9B. Windows color (decimal): -13644860 or 12897071. OLE color: 12897071.
HSL color Cylindrical-coordinate representation of color #2FCBC4: hue angle of 177.31º degrees, saturation: 0.62, 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 #2FCBC4 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 196 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.20 |
| HSL | 177.31º | 0.62% | 0.49% | - |
| HSV(B) | 177.31º | 0.77% | 0.8% | - |
| XYZ | 32.49 | 47.3 | 59.64 | - |
| YUV | 155.56 | 150.82 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 196 | 0.77 | 0 | 0.03 | 0.20 | 177.31 | 0.62 | 0.49 |
| Hex | 2F | CB | C4 | 4D | 0 | 3 | 14 | B1 | 3E | 31 |
| Octal | 57 | 313 | 304 | 115 | 0 | 3 | 24 | 261 | 76 | 61 |
| Binary | 101111 | 11001011 | 11000100 | 1001101 | 0 | 11 | 10100 | 10110001 | 111110 | 110001 |
Color Harmonies of #2FCBC4
Complementary color
Monochromatic Colors of #2FCBC4
Black with #2FCBC4
Text Example
Text Example
White with #2FCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBC4; }
p { color: rgb(47,203,196); }
H1.HeaderClassName
{
color: #2FCBC4;
}
.AnyTagClassName
{
color: #2FCBC4;
}
</style>
background-color css
<style>
a { background-color: #2FCBC4; }
a { background-color: rgb(47,203,196); }
div.DivClassName
{
background-color: #2FCBC4;
}
.BgClassName
{
background-color: #2FCBC4;
}
</style>
border-color css
<style>
span { border-color: #2FCBC4; }
span { border-color: rgb(47,203,196); }
td.TdClassName
{
border-color: #2FCBC4;
}
.TagClassName
{
border-color: #2FCBC4;
}
</style>