Shades of Medium Turquoise #2FCCC2
Tints of Medium Turquoise #2FCCC2
RGB
CMYK
RGB Variations
Color information
#2FCCC2 (or 0x2FCCC2) is known color: Medium Turquoise. HEX triplet: 2F, CC and C2. RGB value is (47,204,194). Sum of RGB (Red+Green+Blue) = 47+204+194=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCC2 is #D0333D. Grayscale: #9B9B9B. Windows color (decimal): -13644606 or 12766255. OLE color: 12766255.
HSL color Cylindrical-coordinate representation of color #2FCCC2: hue angle of 176.18º 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 #2FCCC2 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 194 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.2 |
| HSL | 176.18º | 0.63% | 0.49% | - |
| HSV(B) | 176.18º | 0.77% | 0.8% | - |
| XYZ | 32.5 | 47.69 | 58.53 | - |
| YUV | 155.92 | 149.49 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 194 | 0.77 | 0 | 0.05 | 0.2 | 176.18 | 0.63 | 0.49 |
| Hex | 2F | CC | C2 | 4D | 0 | 5 | 14 | B0 | 3F | 31 |
| Octal | 57 | 314 | 302 | 115 | 0 | 5 | 24 | 260 | 77 | 61 |
| Binary | 101111 | 11001100 | 11000010 | 1001101 | 0 | 101 | 10100 | 10110000 | 111111 | 110001 |
Color Harmonies of #2FCCC2
Complementary color
Monochromatic Colors of #2FCCC2
Black with #2FCCC2
Text Example
Text Example
White with #2FCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCC2; }
p { color: rgb(47,204,194); }
H1.HeaderClassName
{
color: #2FCCC2;
}
.AnyTagClassName
{
color: #2FCCC2;
}
</style>
background-color css
<style>
a { background-color: #2FCCC2; }
a { background-color: rgb(47,204,194); }
div.DivClassName
{
background-color: #2FCCC2;
}
.BgClassName
{
background-color: #2FCCC2;
}
</style>
border-color css
<style>
span { border-color: #2FCCC2; }
span { border-color: rgb(47,204,194); }
td.TdClassName
{
border-color: #2FCCC2;
}
.TagClassName
{
border-color: #2FCCC2;
}
</style>