Shades of Medium Turquoise #2FC5CB
Tints of Medium Turquoise #2FC5CB
RGB
CMYK
RGB Variations
Color information
#2FC5CB (or 0x2FC5CB) is known color: Medium Turquoise. HEX triplet: 2F, C5 and CB. RGB value is (47,197,203). Sum of RGB (Red+Green+Blue) = 47+197+203=447 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.51% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #2FC5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC5CB is #D03A34. Grayscale: #989898. Windows color (decimal): -13646389 or 13354287. OLE color: 13354287.
HSL color Cylindrical-coordinate representation of color #2FC5CB: hue angle of 182.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 #2FC5CB is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 197 | 203 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.20 |
| HSL | 182.31º | 0.62% | 0.49% | - |
| HSV(B) | 182.31º | 0.77% | 0.8% | - |
| XYZ | 31.92 | 44.85 | 63.47 | - |
| YUV | 152.83 | 156.31 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 203 | 0.77 | 0.03 | 0 | 0.20 | 182.31 | 0.62 | 0.49 |
| Hex | 2F | C5 | CB | 4D | 3 | 0 | 14 | B6 | 3E | 31 |
| Octal | 57 | 305 | 313 | 115 | 3 | 0 | 24 | 266 | 76 | 61 |
| Binary | 101111 | 11000101 | 11001011 | 1001101 | 11 | 0 | 10100 | 10110110 | 111110 | 110001 |
Color Harmonies of #2FC5CB
Complementary color
Monochromatic Colors of #2FC5CB
Black with #2FC5CB
Text Example
Text Example
White with #2FC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC5CB; }
p { color: rgb(47,197,203); }
H1.HeaderClassName
{
color: #2FC5CB;
}
.AnyTagClassName
{
color: #2FC5CB;
}
</style>
background-color css
<style>
a { background-color: #2FC5CB; }
a { background-color: rgb(47,197,203); }
div.DivClassName
{
background-color: #2FC5CB;
}
.BgClassName
{
background-color: #2FC5CB;
}
</style>
border-color css
<style>
span { border-color: #2FC5CB; }
span { border-color: rgb(47,197,203); }
td.TdClassName
{
border-color: #2FC5CB;
}
.TagClassName
{
border-color: #2FC5CB;
}
</style>