Shades of Medium Turquoise #3FCECD
Tints of Medium Turquoise #3FCECD
RGB
CMYK
RGB Variations
Color information
#3FCECD (or 0x3FCECD) is known color: Medium Turquoise. HEX triplet: 3F, CE and CD. RGB value is (63,206,205). Sum of RGB (Red+Green+Blue) = 63+206+205=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCECD is #C03132. Grayscale: #A2A2A2. Windows color (decimal): -12595507 or 13487679. OLE color: 13487679.
HSL color Cylindrical-coordinate representation of color #3FCECD: hue angle of 179.58º 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 #3FCECD is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 205 | - |
| CMYK | 0.69 | 0 | 0.00 | 0.19 |
| HSL | 179.58º | 0.59% | 0.53% | - |
| HSV(B) | 179.58º | 0.69% | 0.81% | - |
| XYZ | 35.14 | 49.61 | 65.48 | - |
| YUV | 163.13 | 151.62 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 205 | 0.69 | 0 | 0.00 | 0.19 | 179.58 | 0.59 | 0.53 |
| Hex | 3F | CE | CD | 45 | 0 | 0 | 13 | B4 | 3B | 35 |
| Octal | 77 | 316 | 315 | 105 | 0 | 0 | 23 | 264 | 73 | 65 |
| Binary | 111111 | 11001110 | 11001101 | 1000101 | 0 | 0 | 10011 | 10110100 | 111011 | 110101 |
Color Harmonies of #3FCECD
Complementary color
Monochromatic Colors of #3FCECD
Black with #3FCECD
Text Example
Text Example
White with #3FCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCECD; }
p { color: rgb(63,206,205); }
H1.HeaderClassName
{
color: #3FCECD;
}
.AnyTagClassName
{
color: #3FCECD;
}
</style>
background-color css
<style>
a { background-color: #3FCECD; }
a { background-color: rgb(63,206,205); }
div.DivClassName
{
background-color: #3FCECD;
}
.BgClassName
{
background-color: #3FCECD;
}
</style>
border-color css
<style>
span { border-color: #3FCECD; }
span { border-color: rgb(63,206,205); }
td.TdClassName
{
border-color: #3FCECD;
}
.TagClassName
{
border-color: #3FCECD;
}
</style>