Shades of Medium Turquoise #2FCECA
Tints of Medium Turquoise #2FCECA
RGB
CMYK
RGB Variations
Color information
#2FCECA (or 0x2FCECA) is known color: Medium Turquoise. HEX triplet: 2F, CE and CA. RGB value is (47,206,202). Sum of RGB (Red+Green+Blue) = 47+206+202=455 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.33% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCECA is #D03135. Grayscale: #9D9D9D. Windows color (decimal): -13644086 or 13291055. OLE color: 13291055.
HSL color Cylindrical-coordinate representation of color #2FCECA: hue angle of 178.49º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCECA is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 202 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.19 |
| HSL | 178.49º | 0.63% | 0.5% | - |
| HSV(B) | 178.49º | 0.77% | 0.81% | - |
| XYZ | 33.9 | 49.01 | 63.55 | - |
| YUV | 158 | 152.82 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 202 | 0.77 | 0 | 0.02 | 0.19 | 178.49 | 0.63 | 0.5 |
| Hex | 2F | CE | CA | 4D | 0 | 2 | 13 | B2 | 3F | 32 |
| Octal | 57 | 316 | 312 | 115 | 0 | 2 | 23 | 262 | 77 | 62 |
| Binary | 101111 | 11001110 | 11001010 | 1001101 | 0 | 10 | 10011 | 10110010 | 111111 | 110010 |
Color Harmonies of #2FCECA
Complementary color
Monochromatic Colors of #2FCECA
Black with #2FCECA
Text Example
Text Example
White with #2FCECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCECA; }
p { color: rgb(47,206,202); }
H1.HeaderClassName
{
color: #2FCECA;
}
.AnyTagClassName
{
color: #2FCECA;
}
</style>
background-color css
<style>
a { background-color: #2FCECA; }
a { background-color: rgb(47,206,202); }
div.DivClassName
{
background-color: #2FCECA;
}
.BgClassName
{
background-color: #2FCECA;
}
</style>
border-color css
<style>
span { border-color: #2FCECA; }
span { border-color: rgb(47,206,202); }
td.TdClassName
{
border-color: #2FCECA;
}
.TagClassName
{
border-color: #2FCECA;
}
</style>