Shades of Medium Turquoise #3FCEC5
Tints of Medium Turquoise #3FCEC5
RGB
CMYK
RGB Variations
Color information
#3FCEC5 (or 0x3FCEC5) is known color: Medium Turquoise. HEX triplet: 3F, CE and C5. RGB value is (63,206,197). Sum of RGB (Red+Green+Blue) = 63+206+197=466 (61% of max value = 765). Red value is 63 (25% from 255 or 13.52% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEC5 is #C0313A. Grayscale: #A2A2A2. Windows color (decimal): -12595515 or 12963391. OLE color: 12963391.
HSL color Cylindrical-coordinate representation of color #3FCEC5: hue angle of 176.22º 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 #3FCEC5 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 197 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.19 |
| HSL | 176.22º | 0.59% | 0.53% | - |
| HSV(B) | 176.22º | 0.69% | 0.81% | - |
| XYZ | 34.2 | 49.23 | 60.52 | - |
| YUV | 162.22 | 147.62 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 197 | 0.69 | 0 | 0.04 | 0.19 | 176.22 | 0.59 | 0.53 |
| Hex | 3F | CE | C5 | 45 | 0 | 4 | 13 | B0 | 3B | 35 |
| Octal | 77 | 316 | 305 | 105 | 0 | 4 | 23 | 260 | 73 | 65 |
| Binary | 111111 | 11001110 | 11000101 | 1000101 | 0 | 100 | 10011 | 10110000 | 111011 | 110101 |
Color Harmonies of #3FCEC5
Complementary color
Monochromatic Colors of #3FCEC5
Black with #3FCEC5
Text Example
Text Example
White with #3FCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCEC5; }
p { color: rgb(63,206,197); }
H1.HeaderClassName
{
color: #3FCEC5;
}
.AnyTagClassName
{
color: #3FCEC5;
}
</style>
background-color css
<style>
a { background-color: #3FCEC5; }
a { background-color: rgb(63,206,197); }
div.DivClassName
{
background-color: #3FCEC5;
}
.BgClassName
{
background-color: #3FCEC5;
}
</style>
border-color css
<style>
span { border-color: #3FCEC5; }
span { border-color: rgb(63,206,197); }
td.TdClassName
{
border-color: #3FCEC5;
}
.TagClassName
{
border-color: #3FCEC5;
}
</style>