Shades of Medium Turquoise #3FC7DC
Tints of Medium Turquoise #3FC7DC
RGB
CMYK
RGB Variations
Color information
#3FC7DC (or 0x3FC7DC) is known color: Medium Turquoise. HEX triplet: 3F, C7 and DC. RGB value is (63,199,220). Sum of RGB (Red+Green+Blue) = 63+199+220=482 (63% of max value = 765). Red value is 63 (25% from 255 or 13.07% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FC7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC7DC is #C03823. Grayscale: #A0A0A0. Windows color (decimal): -12597284 or 14468927. OLE color: 14468927.
HSL color Cylindrical-coordinate representation of color #3FC7DC: hue angle of 188.03º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FC7DC is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 199 | 220 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.14 |
| HSL | 188.03º | 0.69% | 0.55% | - |
| HSV(B) | 188.03º | 0.71% | 0.86% | - |
| XYZ | 35.39 | 47.07 | 74.93 | - |
| YUV | 160.73 | 161.44 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 199 | 220 | 0.71 | 0.10 | 0 | 0.14 | 188.03 | 0.69 | 0.55 |
| Hex | 3F | C7 | DC | 47 | A | 0 | E | BC | 45 | 37 |
| Octal | 77 | 307 | 334 | 107 | 12 | 0 | 16 | 274 | 105 | 67 |
| Binary | 111111 | 11000111 | 11011100 | 1000111 | 1010 | 0 | 1110 | 10111100 | 1000101 | 110111 |
Color Harmonies of #3FC7DC
Complementary color
Monochromatic Colors of #3FC7DC
Black with #3FC7DC
Text Example
Text Example
White with #3FC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC7DC; }
p { color: rgb(63,199,220); }
H1.HeaderClassName
{
color: #3FC7DC;
}
.AnyTagClassName
{
color: #3FC7DC;
}
</style>
background-color css
<style>
a { background-color: #3FC7DC; }
a { background-color: rgb(63,199,220); }
div.DivClassName
{
background-color: #3FC7DC;
}
.BgClassName
{
background-color: #3FC7DC;
}
</style>
border-color css
<style>
span { border-color: #3FC7DC; }
span { border-color: rgb(63,199,220); }
td.TdClassName
{
border-color: #3FC7DC;
}
.TagClassName
{
border-color: #3FC7DC;
}
</style>