Shades of Medium Turquoise #3FCEC3
Tints of Medium Turquoise #3FCEC3
RGB
CMYK
RGB Variations
Color information
#3FCEC3 (or 0x3FCEC3) is known color: Medium Turquoise. HEX triplet: 3F, CE and C3. RGB value is (63,206,195). Sum of RGB (Red+Green+Blue) = 63+206+195=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEC3 is #C0313C. Grayscale: #A1A1A1. Windows color (decimal): -12595517 or 12832319. OLE color: 12832319.
HSL color Cylindrical-coordinate representation of color #3FCEC3: hue angle of 175.38º 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 #3FCEC3 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 195 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.19 |
| HSL | 175.38º | 0.59% | 0.53% | - |
| HSV(B) | 175.38º | 0.69% | 0.81% | - |
| XYZ | 33.97 | 49.14 | 59.32 | - |
| YUV | 161.99 | 146.62 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 195 | 0.69 | 0 | 0.05 | 0.19 | 175.38 | 0.59 | 0.53 |
| Hex | 3F | CE | C3 | 45 | 0 | 5 | 13 | AF | 3B | 35 |
| Octal | 77 | 316 | 303 | 105 | 0 | 5 | 23 | 257 | 73 | 65 |
| Binary | 111111 | 11001110 | 11000011 | 1000101 | 0 | 101 | 10011 | 10101111 | 111011 | 110101 |
Color Harmonies of #3FCEC3
Complementary color
Monochromatic Colors of #3FCEC3
Black with #3FCEC3
Text Example
Text Example
White with #3FCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCEC3; }
p { color: rgb(63,206,195); }
H1.HeaderClassName
{
color: #3FCEC3;
}
.AnyTagClassName
{
color: #3FCEC3;
}
</style>
background-color css
<style>
a { background-color: #3FCEC3; }
a { background-color: rgb(63,206,195); }
div.DivClassName
{
background-color: #3FCEC3;
}
.BgClassName
{
background-color: #3FCEC3;
}
</style>
border-color css
<style>
span { border-color: #3FCEC3; }
span { border-color: rgb(63,206,195); }
td.TdClassName
{
border-color: #3FCEC3;
}
.TagClassName
{
border-color: #3FCEC3;
}
</style>