Shades of Medium Turquoise #2FC8CB
Tints of Medium Turquoise #2FC8CB
RGB
CMYK
RGB Variations
Color information
#2FC8CB (or 0x2FC8CB) is known color: Medium Turquoise. HEX triplet: 2F, C8 and CB. RGB value is (47,200,203). Sum of RGB (Red+Green+Blue) = 47+200+203=450 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.44% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #2FC8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC8CB is #D03734. Grayscale: #9A9A9A. Windows color (decimal): -13645621 or 13355055. OLE color: 13355055.
HSL color Cylindrical-coordinate representation of color #2FC8CB: hue angle of 181.15º 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 #2FC8CB is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 200 | 203 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.20 |
| HSL | 181.15º | 0.62% | 0.49% | - |
| HSV(B) | 181.15º | 0.77% | 0.8% | - |
| XYZ | 32.61 | 46.22 | 63.7 | - |
| YUV | 154.6 | 155.31 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 203 | 0.77 | 0.01 | 0 | 0.20 | 181.15 | 0.62 | 0.49 |
| Hex | 2F | C8 | CB | 4D | 1 | 0 | 14 | B5 | 3E | 31 |
| Octal | 57 | 310 | 313 | 115 | 1 | 0 | 24 | 265 | 76 | 61 |
| Binary | 101111 | 11001000 | 11001011 | 1001101 | 1 | 0 | 10100 | 10110101 | 111110 | 110001 |
Color Harmonies of #2FC8CB
Complementary color
Monochromatic Colors of #2FC8CB
Black with #2FC8CB
Text Example
Text Example
White with #2FC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC8CB; }
p { color: rgb(47,200,203); }
H1.HeaderClassName
{
color: #2FC8CB;
}
.AnyTagClassName
{
color: #2FC8CB;
}
</style>
background-color css
<style>
a { background-color: #2FC8CB; }
a { background-color: rgb(47,200,203); }
div.DivClassName
{
background-color: #2FC8CB;
}
.BgClassName
{
background-color: #2FC8CB;
}
</style>
border-color css
<style>
span { border-color: #2FC8CB; }
span { border-color: rgb(47,200,203); }
td.TdClassName
{
border-color: #2FC8CB;
}
.TagClassName
{
border-color: #2FC8CB;
}
</style>