Shades of Medium Turquoise #2FCDCA
Tints of Medium Turquoise #2FCDCA
RGB
CMYK
RGB Variations
Color information
#2FCDCA (or 0x2FCDCA) is known color: Medium Turquoise. HEX triplet: 2F, CD and CA. RGB value is (47,205,202). Sum of RGB (Red+Green+Blue) = 47+205+202=454 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.35% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDCA is #D03235. Grayscale: #9D9D9D. Windows color (decimal): -13644342 or 13290799. OLE color: 13290799.
HSL color Cylindrical-coordinate representation of color #2FCDCA: hue angle of 178.86º degrees, saturation: 0.63, 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 #2FCDCA is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 202 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.20 |
| HSL | 178.86º | 0.63% | 0.49% | - |
| HSV(B) | 178.86º | 0.77% | 0.8% | - |
| XYZ | 33.66 | 48.53 | 63.47 | - |
| YUV | 157.42 | 153.15 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 202 | 0.77 | 0 | 0.01 | 0.20 | 178.86 | 0.63 | 0.49 |
| Hex | 2F | CD | CA | 4D | 0 | 1 | 14 | B3 | 3F | 31 |
| Octal | 57 | 315 | 312 | 115 | 0 | 1 | 24 | 263 | 77 | 61 |
| Binary | 101111 | 11001101 | 11001010 | 1001101 | 0 | 1 | 10100 | 10110011 | 111111 | 110001 |
Color Harmonies of #2FCDCA
Complementary color
Monochromatic Colors of #2FCDCA
Black with #2FCDCA
Text Example
Text Example
White with #2FCDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDCA; }
p { color: rgb(47,205,202); }
H1.HeaderClassName
{
color: #2FCDCA;
}
.AnyTagClassName
{
color: #2FCDCA;
}
</style>
background-color css
<style>
a { background-color: #2FCDCA; }
a { background-color: rgb(47,205,202); }
div.DivClassName
{
background-color: #2FCDCA;
}
.BgClassName
{
background-color: #2FCDCA;
}
</style>
border-color css
<style>
span { border-color: #2FCDCA; }
span { border-color: rgb(47,205,202); }
td.TdClassName
{
border-color: #2FCDCA;
}
.TagClassName
{
border-color: #2FCDCA;
}
</style>