Shades of Medium Turquoise #3FCFCC
Tints of Medium Turquoise #3FCFCC
RGB
CMYK
RGB Variations
Color information
#3FCFCC (or 0x3FCFCC) is known color: Medium Turquoise. HEX triplet: 3F, CF and CC. RGB value is (63,207,204). Sum of RGB (Red+Green+Blue) = 63+207+204=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFCC is #C03033. Grayscale: #A3A3A3. Windows color (decimal): -12595252 or 13422399. OLE color: 13422399.
HSL color Cylindrical-coordinate representation of color #3FCFCC: hue angle of 178.75º 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 #3FCFCC is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 204 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.19 |
| HSL | 178.75º | 0.6% | 0.53% | - |
| HSV(B) | 178.75º | 0.7% | 0.81% | - |
| XYZ | 35.26 | 50.04 | 64.93 | - |
| YUV | 163.6 | 150.79 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 204 | 0.70 | 0 | 0.01 | 0.19 | 178.75 | 0.6 | 0.53 |
| Hex | 3F | CF | CC | 46 | 0 | 1 | 13 | B3 | 3C | 35 |
| Octal | 77 | 317 | 314 | 106 | 0 | 1 | 23 | 263 | 74 | 65 |
| Binary | 111111 | 11001111 | 11001100 | 1000110 | 0 | 1 | 10011 | 10110011 | 111100 | 110101 |
Color Harmonies of #3FCFCC
Complementary color
Monochromatic Colors of #3FCFCC
Black with #3FCFCC
Text Example
Text Example
White with #3FCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFCC; }
p { color: rgb(63,207,204); }
H1.HeaderClassName
{
color: #3FCFCC;
}
.AnyTagClassName
{
color: #3FCFCC;
}
</style>
background-color css
<style>
a { background-color: #3FCFCC; }
a { background-color: rgb(63,207,204); }
div.DivClassName
{
background-color: #3FCFCC;
}
.BgClassName
{
background-color: #3FCFCC;
}
</style>
border-color css
<style>
span { border-color: #3FCFCC; }
span { border-color: rgb(63,207,204); }
td.TdClassName
{
border-color: #3FCFCC;
}
.TagClassName
{
border-color: #3FCFCC;
}
</style>