Shades of Medium Turquoise #2FCDC5
Tints of Medium Turquoise #2FCDC5
RGB
CMYK
RGB Variations
Color information
#2FCDC5 (or 0x2FCDC5) is known color: Medium Turquoise. HEX triplet: 2F, CD and C5. RGB value is (47,205,197). Sum of RGB (Red+Green+Blue) = 47+205+197=449 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.47% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDC5 is #D0323A. Grayscale: #9C9C9C. Windows color (decimal): -13644347 or 12963119. OLE color: 12963119.
HSL color Cylindrical-coordinate representation of color #2FCDC5: hue angle of 176.96º 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 #2FCDC5 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 197 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.20 |
| HSL | 176.96º | 0.63% | 0.49% | - |
| HSV(B) | 176.96º | 0.77% | 0.8% | - |
| XYZ | 33.08 | 48.3 | 60.4 | - |
| YUV | 156.85 | 150.65 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 197 | 0.77 | 0 | 0.04 | 0.20 | 176.96 | 0.63 | 0.49 |
| Hex | 2F | CD | C5 | 4D | 0 | 4 | 14 | B1 | 3F | 31 |
| Octal | 57 | 315 | 305 | 115 | 0 | 4 | 24 | 261 | 77 | 61 |
| Binary | 101111 | 11001101 | 11000101 | 1001101 | 0 | 100 | 10100 | 10110001 | 111111 | 110001 |
Color Harmonies of #2FCDC5
Complementary color
Monochromatic Colors of #2FCDC5
Black with #2FCDC5
Text Example
Text Example
White with #2FCDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDC5; }
p { color: rgb(47,205,197); }
H1.HeaderClassName
{
color: #2FCDC5;
}
.AnyTagClassName
{
color: #2FCDC5;
}
</style>
background-color css
<style>
a { background-color: #2FCDC5; }
a { background-color: rgb(47,205,197); }
div.DivClassName
{
background-color: #2FCDC5;
}
.BgClassName
{
background-color: #2FCDC5;
}
</style>
border-color css
<style>
span { border-color: #2FCDC5; }
span { border-color: rgb(47,205,197); }
td.TdClassName
{
border-color: #2FCDC5;
}
.TagClassName
{
border-color: #2FCDC5;
}
</style>