Shades of Medium Turquoise #3FCFC7
Tints of Medium Turquoise #3FCFC7
RGB
CMYK
RGB Variations
Color information
#3FCFC7 (or 0x3FCFC7) is known color: Medium Turquoise. HEX triplet: 3F, CF and C7. RGB value is (63,207,199). Sum of RGB (Red+Green+Blue) = 63+207+199=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFC7 is #C03038. Grayscale: #A2A2A2. Windows color (decimal): -12595257 or 13094719. OLE color: 13094719.
HSL color Cylindrical-coordinate representation of color #3FCFC7: hue angle of 176.67º 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 #3FCFC7 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 199 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.19 |
| HSL | 176.67º | 0.6% | 0.53% | - |
| HSV(B) | 176.67º | 0.7% | 0.81% | - |
| XYZ | 34.67 | 49.81 | 61.82 | - |
| YUV | 163.03 | 148.29 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 199 | 0.70 | 0 | 0.04 | 0.19 | 176.67 | 0.6 | 0.53 |
| Hex | 3F | CF | C7 | 46 | 0 | 4 | 13 | B1 | 3C | 35 |
| Octal | 77 | 317 | 307 | 106 | 0 | 4 | 23 | 261 | 74 | 65 |
| Binary | 111111 | 11001111 | 11000111 | 1000110 | 0 | 100 | 10011 | 10110001 | 111100 | 110101 |
Color Harmonies of #3FCFC7
Complementary color
Monochromatic Colors of #3FCFC7
Black with #3FCFC7
Text Example
Text Example
White with #3FCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFC7; }
p { color: rgb(63,207,199); }
H1.HeaderClassName
{
color: #3FCFC7;
}
.AnyTagClassName
{
color: #3FCFC7;
}
</style>
background-color css
<style>
a { background-color: #3FCFC7; }
a { background-color: rgb(63,207,199); }
div.DivClassName
{
background-color: #3FCFC7;
}
.BgClassName
{
background-color: #3FCFC7;
}
</style>
border-color css
<style>
span { border-color: #3FCFC7; }
span { border-color: rgb(63,207,199); }
td.TdClassName
{
border-color: #3FCFC7;
}
.TagClassName
{
border-color: #3FCFC7;
}
</style>