Shades of Medium Turquoise #3FCEC9
Tints of Medium Turquoise #3FCEC9
RGB
CMYK
RGB Variations
Color information
#3FCEC9 (or 0x3FCEC9) is known color: Medium Turquoise. HEX triplet: 3F, CE and C9. RGB value is (63,206,201). Sum of RGB (Red+Green+Blue) = 63+206+201=470 (62% of max value = 765). Red value is 63 (25% from 255 or 13.40% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEC9 is #C03136. Grayscale: #A2A2A2. Windows color (decimal): -12595511 or 13225535. OLE color: 13225535.
HSL color Cylindrical-coordinate representation of color #3FCEC9: hue angle of 177.9º 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 #3FCEC9 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 201 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.19 |
| HSL | 177.9º | 0.59% | 0.53% | - |
| HSV(B) | 177.9º | 0.69% | 0.81% | - |
| XYZ | 34.66 | 49.42 | 62.97 | - |
| YUV | 162.67 | 149.62 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 201 | 0.69 | 0 | 0.02 | 0.19 | 177.9 | 0.59 | 0.53 |
| Hex | 3F | CE | C9 | 45 | 0 | 2 | 13 | B2 | 3B | 35 |
| Octal | 77 | 316 | 311 | 105 | 0 | 2 | 23 | 262 | 73 | 65 |
| Binary | 111111 | 11001110 | 11001001 | 1000101 | 0 | 10 | 10011 | 10110010 | 111011 | 110101 |
Color Harmonies of #3FCEC9
Complementary color
Monochromatic Colors of #3FCEC9
Black with #3FCEC9
Text Example
Text Example
White with #3FCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCEC9; }
p { color: rgb(63,206,201); }
H1.HeaderClassName
{
color: #3FCEC9;
}
.AnyTagClassName
{
color: #3FCEC9;
}
</style>
background-color css
<style>
a { background-color: #3FCEC9; }
a { background-color: rgb(63,206,201); }
div.DivClassName
{
background-color: #3FCEC9;
}
.BgClassName
{
background-color: #3FCEC9;
}
</style>
border-color css
<style>
span { border-color: #3FCEC9; }
span { border-color: rgb(63,206,201); }
td.TdClassName
{
border-color: #3FCEC9;
}
.TagClassName
{
border-color: #3FCEC9;
}
</style>