Shades of Medium Turquoise #2FCBC9
Tints of Medium Turquoise #2FCBC9
RGB
CMYK
RGB Variations
Color information
#2FCBC9 (or 0x2FCBC9) is known color: Medium Turquoise. HEX triplet: 2F, CB and C9. RGB value is (47,203,201). Sum of RGB (Red+Green+Blue) = 47+203+201=451 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.42% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBC9 is #D03436. Grayscale: #9B9B9B. Windows color (decimal): -13644855 or 13224751. OLE color: 13224751.
HSL color Cylindrical-coordinate representation of color #2FCBC9: hue angle of 179.23º 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 #2FCBC9 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 201 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.20 |
| HSL | 179.23º | 0.62% | 0.49% | - |
| HSV(B) | 179.23º | 0.77% | 0.8% | - |
| XYZ | 33.07 | 47.53 | 62.69 | - |
| YUV | 156.13 | 153.32 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 201 | 0.77 | 0 | 0.01 | 0.20 | 179.23 | 0.62 | 0.49 |
| Hex | 2F | CB | C9 | 4D | 0 | 1 | 14 | B3 | 3E | 31 |
| Octal | 57 | 313 | 311 | 115 | 0 | 1 | 24 | 263 | 76 | 61 |
| Binary | 101111 | 11001011 | 11001001 | 1001101 | 0 | 1 | 10100 | 10110011 | 111110 | 110001 |
Color Harmonies of #2FCBC9
Complementary color
Monochromatic Colors of #2FCBC9
Black with #2FCBC9
Text Example
Text Example
White with #2FCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBC9; }
p { color: rgb(47,203,201); }
H1.HeaderClassName
{
color: #2FCBC9;
}
.AnyTagClassName
{
color: #2FCBC9;
}
</style>
background-color css
<style>
a { background-color: #2FCBC9; }
a { background-color: rgb(47,203,201); }
div.DivClassName
{
background-color: #2FCBC9;
}
.BgClassName
{
background-color: #2FCBC9;
}
</style>
border-color css
<style>
span { border-color: #2FCBC9; }
span { border-color: rgb(47,203,201); }
td.TdClassName
{
border-color: #2FCBC9;
}
.TagClassName
{
border-color: #2FCBC9;
}
</style>