Shades of Medium Turquoise #2FCDC3
Tints of Medium Turquoise #2FCDC3
RGB
CMYK
RGB Variations
Color information
#2FCDC3 (or 0x2FCDC3) is known color: Medium Turquoise. HEX triplet: 2F, CD and C3. RGB value is (47,205,195). Sum of RGB (Red+Green+Blue) = 47+205+195=447 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.51% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDC3 is #D0323C. Grayscale: #9C9C9C. Windows color (decimal): -13644349 or 12832047. OLE color: 12832047.
HSL color Cylindrical-coordinate representation of color #2FCDC3: hue angle of 176.2º 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 #2FCDC3 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 195 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.20 |
| HSL | 176.2º | 0.63% | 0.49% | - |
| HSV(B) | 176.2º | 0.77% | 0.8% | - |
| XYZ | 32.85 | 48.21 | 59.2 | - |
| YUV | 156.62 | 149.65 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 195 | 0.77 | 0 | 0.05 | 0.20 | 176.2 | 0.63 | 0.49 |
| Hex | 2F | CD | C3 | 4D | 0 | 5 | 14 | B0 | 3F | 31 |
| Octal | 57 | 315 | 303 | 115 | 0 | 5 | 24 | 260 | 77 | 61 |
| Binary | 101111 | 11001101 | 11000011 | 1001101 | 0 | 101 | 10100 | 10110000 | 111111 | 110001 |
Color Harmonies of #2FCDC3
Complementary color
Monochromatic Colors of #2FCDC3
Black with #2FCDC3
Text Example
Text Example
White with #2FCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDC3; }
p { color: rgb(47,205,195); }
H1.HeaderClassName
{
color: #2FCDC3;
}
.AnyTagClassName
{
color: #2FCDC3;
}
</style>
background-color css
<style>
a { background-color: #2FCDC3; }
a { background-color: rgb(47,205,195); }
div.DivClassName
{
background-color: #2FCDC3;
}
.BgClassName
{
background-color: #2FCDC3;
}
</style>
border-color css
<style>
span { border-color: #2FCDC3; }
span { border-color: rgb(47,205,195); }
td.TdClassName
{
border-color: #2FCDC3;
}
.TagClassName
{
border-color: #2FCDC3;
}
</style>