Shades of Medium Turquoise #2FCAC6
Tints of Medium Turquoise #2FCAC6
RGB
CMYK
RGB Variations
Color information
#2FCAC6 (or 0x2FCAC6) is known color: Medium Turquoise. HEX triplet: 2F, CA and C6. RGB value is (47,202,198). Sum of RGB (Red+Green+Blue) = 47+202+198=447 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.51% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCAC6 is #D03539. Grayscale: #9B9B9B. Windows color (decimal): -13645114 or 13027887. OLE color: 13027887.
HSL color Cylindrical-coordinate representation of color #2FCAC6: hue angle of 178.45º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCAC6 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 202 | 198 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.21 |
| HSL | 178.45º | 0.62% | 0.49% | - |
| HSV(B) | 178.45º | 0.77% | 0.79% | - |
| XYZ | 32.49 | 46.92 | 60.77 | - |
| YUV | 155.2 | 152.15 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 198 | 0.77 | 0 | 0.02 | 0.21 | 178.45 | 0.62 | 0.49 |
| Hex | 2F | CA | C6 | 4D | 0 | 2 | 15 | B2 | 3E | 31 |
| Octal | 57 | 312 | 306 | 115 | 0 | 2 | 25 | 262 | 76 | 61 |
| Binary | 101111 | 11001010 | 11000110 | 1001101 | 0 | 10 | 10101 | 10110010 | 111110 | 110001 |
Color Harmonies of #2FCAC6
Complementary color
Monochromatic Colors of #2FCAC6
Black with #2FCAC6
Text Example
Text Example
White with #2FCAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAC6; }
p { color: rgb(47,202,198); }
H1.HeaderClassName
{
color: #2FCAC6;
}
.AnyTagClassName
{
color: #2FCAC6;
}
</style>
background-color css
<style>
a { background-color: #2FCAC6; }
a { background-color: rgb(47,202,198); }
div.DivClassName
{
background-color: #2FCAC6;
}
.BgClassName
{
background-color: #2FCAC6;
}
</style>
border-color css
<style>
span { border-color: #2FCAC6; }
span { border-color: rgb(47,202,198); }
td.TdClassName
{
border-color: #2FCAC6;
}
.TagClassName
{
border-color: #2FCAC6;
}
</style>