Shades of Medium Turquoise #3FCFC5
Tints of Medium Turquoise #3FCFC5
RGB
CMYK
RGB Variations
Color information
#3FCFC5 (or 0x3FCFC5) is known color: Medium Turquoise. HEX triplet: 3F, CF and C5. RGB value is (63,207,197). Sum of RGB (Red+Green+Blue) = 63+207+197=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFC5 is #C0303A. Grayscale: #A2A2A2. Windows color (decimal): -12595259 or 12963647. OLE color: 12963647.
HSL color Cylindrical-coordinate representation of color #3FCFC5: hue angle of 175.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCFC5 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 197 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.19 |
| HSL | 175.83º | 0.6% | 0.53% | - |
| HSV(B) | 175.83º | 0.7% | 0.81% | - |
| XYZ | 34.44 | 49.71 | 60.6 | - |
| YUV | 162.8 | 147.29 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 197 | 0.70 | 0 | 0.05 | 0.19 | 175.83 | 0.6 | 0.53 |
| Hex | 3F | CF | C5 | 46 | 0 | 5 | 13 | B0 | 3C | 35 |
| Octal | 77 | 317 | 305 | 106 | 0 | 5 | 23 | 260 | 74 | 65 |
| Binary | 111111 | 11001111 | 11000101 | 1000110 | 0 | 101 | 10011 | 10110000 | 111100 | 110101 |
Color Harmonies of #3FCFC5
Complementary color
Monochromatic Colors of #3FCFC5
Black with #3FCFC5
Text Example
Text Example
White with #3FCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFC5; }
p { color: rgb(63,207,197); }
H1.HeaderClassName
{
color: #3FCFC5;
}
.AnyTagClassName
{
color: #3FCFC5;
}
</style>
background-color css
<style>
a { background-color: #3FCFC5; }
a { background-color: rgb(63,207,197); }
div.DivClassName
{
background-color: #3FCFC5;
}
.BgClassName
{
background-color: #3FCFC5;
}
</style>
border-color css
<style>
span { border-color: #3FCFC5; }
span { border-color: rgb(63,207,197); }
td.TdClassName
{
border-color: #3FCFC5;
}
.TagClassName
{
border-color: #3FCFC5;
}
</style>