Shades of Medium Turquoise #3FCEC4
Tints of Medium Turquoise #3FCEC4
RGB
CMYK
RGB Variations
Color information
#3FCEC4 (or 0x3FCEC4) is known color: Medium Turquoise. HEX triplet: 3F, CE and C4. RGB value is (63,206,196). Sum of RGB (Red+Green+Blue) = 63+206+196=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEC4 is #C0313B. Grayscale: #A2A2A2. Windows color (decimal): -12595516 or 12897855. OLE color: 12897855.
HSL color Cylindrical-coordinate representation of color #3FCEC4: hue angle of 175.8º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCEC4 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 196 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.19 |
| HSL | 175.8º | 0.59% | 0.53% | - |
| HSV(B) | 175.8º | 0.69% | 0.81% | - |
| XYZ | 34.09 | 49.18 | 59.92 | - |
| YUV | 162.1 | 147.12 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 196 | 0.69 | 0 | 0.05 | 0.19 | 175.8 | 0.59 | 0.53 |
| Hex | 3F | CE | C4 | 45 | 0 | 5 | 13 | B0 | 3B | 35 |
| Octal | 77 | 316 | 304 | 105 | 0 | 5 | 23 | 260 | 73 | 65 |
| Binary | 111111 | 11001110 | 11000100 | 1000101 | 0 | 101 | 10011 | 10110000 | 111011 | 110101 |
Color Harmonies of #3FCEC4
Complementary color
Monochromatic Colors of #3FCEC4
Black with #3FCEC4
Text Example
Text Example
White with #3FCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCEC4; }
p { color: rgb(63,206,196); }
H1.HeaderClassName
{
color: #3FCEC4;
}
.AnyTagClassName
{
color: #3FCEC4;
}
</style>
background-color css
<style>
a { background-color: #3FCEC4; }
a { background-color: rgb(63,206,196); }
div.DivClassName
{
background-color: #3FCEC4;
}
.BgClassName
{
background-color: #3FCEC4;
}
</style>
border-color css
<style>
span { border-color: #3FCEC4; }
span { border-color: rgb(63,206,196); }
td.TdClassName
{
border-color: #3FCEC4;
}
.TagClassName
{
border-color: #3FCEC4;
}
</style>