Shades of Medium Turquoise #2FCFCA
Tints of Medium Turquoise #2FCFCA
RGB
CMYK
RGB Variations
Color information
#2FCFCA (or 0x2FCFCA) is known color: Medium Turquoise. HEX triplet: 2F, CF and CA. RGB value is (47,207,202). Sum of RGB (Red+Green+Blue) = 47+207+202=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCFCA is #D03035. Grayscale: #9E9E9E. Windows color (decimal): -13643830 or 13291311. OLE color: 13291311.
HSL color Cylindrical-coordinate representation of color #2FCFCA: hue angle of 178.12º 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 #2FCFCA is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 202 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.19 |
| HSL | 178.13º | 0.63% | 0.5% | - |
| HSV(B) | 178.13º | 0.77% | 0.81% | - |
| XYZ | 34.15 | 49.49 | 63.63 | - |
| YUV | 158.59 | 152.49 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 202 | 0.77 | 0 | 0.02 | 0.19 | 178.13 | 0.63 | 0.5 |
| Hex | 2F | CF | CA | 4D | 0 | 2 | 13 | B2 | 3F | 32 |
| Octal | 57 | 317 | 312 | 115 | 0 | 2 | 23 | 262 | 77 | 62 |
| Binary | 101111 | 11001111 | 11001010 | 1001101 | 0 | 10 | 10011 | 10110010 | 111111 | 110010 |
Color Harmonies of #2FCFCA
Complementary color
Monochromatic Colors of #2FCFCA
Black with #2FCFCA
Text Example
Text Example
White with #2FCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCFCA; }
p { color: rgb(47,207,202); }
H1.HeaderClassName
{
color: #2FCFCA;
}
.AnyTagClassName
{
color: #2FCFCA;
}
</style>
background-color css
<style>
a { background-color: #2FCFCA; }
a { background-color: rgb(47,207,202); }
div.DivClassName
{
background-color: #2FCFCA;
}
.BgClassName
{
background-color: #2FCFCA;
}
</style>
border-color css
<style>
span { border-color: #2FCFCA; }
span { border-color: rgb(47,207,202); }
td.TdClassName
{
border-color: #2FCFCA;
}
.TagClassName
{
border-color: #2FCFCA;
}
</style>