Shades of Medium Turquoise #2FC3CF
Tints of Medium Turquoise #2FC3CF
RGB
CMYK
RGB Variations
Color information
#2FC3CF (or 0x2FC3CF) is known color: Medium Turquoise. HEX triplet: 2F, C3 and CF. RGB value is (47,195,207). Sum of RGB (Red+Green+Blue) = 47+195+207=449 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.47% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #2FC3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC3CF is #D03C30. Grayscale: #979797. Windows color (decimal): -13646897 or 13615919. OLE color: 13615919.
HSL color Cylindrical-coordinate representation of color #2FC3CF: hue angle of 184.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC3CF is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 195 | 207 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.19 |
| HSL | 184.5º | 0.63% | 0.5% | - |
| HSV(B) | 184.5º | 0.77% | 0.81% | - |
| XYZ | 31.95 | 44.14 | 65.87 | - |
| YUV | 152.12 | 158.97 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 207 | 0.77 | 0.06 | 0 | 0.19 | 184.5 | 0.63 | 0.5 |
| Hex | 2F | C3 | CF | 4D | 6 | 0 | 13 | B8 | 3F | 32 |
| Octal | 57 | 303 | 317 | 115 | 6 | 0 | 23 | 270 | 77 | 62 |
| Binary | 101111 | 11000011 | 11001111 | 1001101 | 110 | 0 | 10011 | 10111000 | 111111 | 110010 |
Color Harmonies of #2FC3CF
Complementary color
Monochromatic Colors of #2FC3CF
Black with #2FC3CF
Text Example
Text Example
White with #2FC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC3CF; }
p { color: rgb(47,195,207); }
H1.HeaderClassName
{
color: #2FC3CF;
}
.AnyTagClassName
{
color: #2FC3CF;
}
</style>
background-color css
<style>
a { background-color: #2FC3CF; }
a { background-color: rgb(47,195,207); }
div.DivClassName
{
background-color: #2FC3CF;
}
.BgClassName
{
background-color: #2FC3CF;
}
</style>
border-color css
<style>
span { border-color: #2FC3CF; }
span { border-color: rgb(47,195,207); }
td.TdClassName
{
border-color: #2FC3CF;
}
.TagClassName
{
border-color: #2FC3CF;
}
</style>