Shades of Medium Turquoise #2FC0CA
Tints of Medium Turquoise #2FC0CA
RGB
CMYK
RGB Variations
Color information
#2FC0CA (or 0x2FC0CA) is known color: Medium Turquoise. HEX triplet: 2F, C0 and CA. RGB value is (47,192,202). Sum of RGB (Red+Green+Blue) = 47+192+202=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #2FC0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC0CA is #D03F35. Grayscale: #959595. Windows color (decimal): -13647670 or 13287471. OLE color: 13287471.
HSL color Cylindrical-coordinate representation of color #2FC0CA: hue angle of 183.87º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC0CA is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 192 | 202 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.21 |
| HSL | 183.87º | 0.62% | 0.49% | - |
| HSV(B) | 183.87º | 0.77% | 0.79% | - |
| XYZ | 30.68 | 42.57 | 62.48 | - |
| YUV | 149.79 | 157.46 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 202 | 0.77 | 0.05 | 0 | 0.21 | 183.87 | 0.62 | 0.49 |
| Hex | 2F | C0 | CA | 4D | 5 | 0 | 15 | B8 | 3E | 31 |
| Octal | 57 | 300 | 312 | 115 | 5 | 0 | 25 | 270 | 76 | 61 |
| Binary | 101111 | 11000000 | 11001010 | 1001101 | 101 | 0 | 10101 | 10111000 | 111110 | 110001 |
Color Harmonies of #2FC0CA
Complementary color
Monochromatic Colors of #2FC0CA
Black with #2FC0CA
Text Example
Text Example
White with #2FC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC0CA; }
p { color: rgb(47,192,202); }
H1.HeaderClassName
{
color: #2FC0CA;
}
.AnyTagClassName
{
color: #2FC0CA;
}
</style>
background-color css
<style>
a { background-color: #2FC0CA; }
a { background-color: rgb(47,192,202); }
div.DivClassName
{
background-color: #2FC0CA;
}
.BgClassName
{
background-color: #2FC0CA;
}
</style>
border-color css
<style>
span { border-color: #2FC0CA; }
span { border-color: rgb(47,192,202); }
td.TdClassName
{
border-color: #2FC0CA;
}
.TagClassName
{
border-color: #2FC0CA;
}
</style>