Shades of Medium Turquoise #3FCDC5
Tints of Medium Turquoise #3FCDC5
RGB
CMYK
RGB Variations
Color information
#3FCDC5 (or 0x3FCDC5) is known color: Medium Turquoise. HEX triplet: 3F, CD and C5. RGB value is (63,205,197). Sum of RGB (Red+Green+Blue) = 63+205+197=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDC5 is #C0323A. Grayscale: #A1A1A1. Windows color (decimal): -12595771 or 12963135. OLE color: 12963135.
HSL color Cylindrical-coordinate representation of color #3FCDC5: hue angle of 176.62º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCDC5 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 197 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.20 |
| HSL | 176.62º | 0.59% | 0.53% | - |
| HSV(B) | 176.62º | 0.69% | 0.8% | - |
| XYZ | 33.96 | 48.75 | 60.44 | - |
| YUV | 161.63 | 147.96 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 197 | 0.69 | 0 | 0.04 | 0.20 | 176.62 | 0.59 | 0.53 |
| Hex | 3F | CD | C5 | 45 | 0 | 4 | 14 | B1 | 3B | 35 |
| Octal | 77 | 315 | 305 | 105 | 0 | 4 | 24 | 261 | 73 | 65 |
| Binary | 111111 | 11001101 | 11000101 | 1000101 | 0 | 100 | 10100 | 10110001 | 111011 | 110101 |
Color Harmonies of #3FCDC5
Complementary color
Monochromatic Colors of #3FCDC5
Black with #3FCDC5
Text Example
Text Example
White with #3FCDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDC5; }
p { color: rgb(63,205,197); }
H1.HeaderClassName
{
color: #3FCDC5;
}
.AnyTagClassName
{
color: #3FCDC5;
}
</style>
background-color css
<style>
a { background-color: #3FCDC5; }
a { background-color: rgb(63,205,197); }
div.DivClassName
{
background-color: #3FCDC5;
}
.BgClassName
{
background-color: #3FCDC5;
}
</style>
border-color css
<style>
span { border-color: #3FCDC5; }
span { border-color: rgb(63,205,197); }
td.TdClassName
{
border-color: #3FCDC5;
}
.TagClassName
{
border-color: #3FCDC5;
}
</style>