Shades of Medium Turquoise #3FC7DB
Tints of Medium Turquoise #3FC7DB
RGB
CMYK
RGB Variations
Color information
#3FC7DB (or 0x3FC7DB) is known color: Medium Turquoise. HEX triplet: 3F, C7 and DB. RGB value is (63,199,219). Sum of RGB (Red+Green+Blue) = 63+199+219=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FC7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC7DB is #C03824. Grayscale: #A0A0A0. Windows color (decimal): -12597285 or 14403391. OLE color: 14403391.
HSL color Cylindrical-coordinate representation of color #3FC7DB: hue angle of 187.69º degrees, saturation: 0.68, 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 #3FC7DB is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 199 | 219 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.14 |
| HSL | 187.69º | 0.68% | 0.55% | - |
| HSV(B) | 187.69º | 0.71% | 0.86% | - |
| XYZ | 35.26 | 47.02 | 74.23 | - |
| YUV | 160.62 | 160.94 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 199 | 219 | 0.71 | 0.09 | 0 | 0.14 | 187.69 | 0.68 | 0.55 |
| Hex | 3F | C7 | DB | 47 | 9 | 0 | E | BC | 44 | 37 |
| Octal | 77 | 307 | 333 | 107 | 11 | 0 | 16 | 274 | 104 | 67 |
| Binary | 111111 | 11000111 | 11011011 | 1000111 | 1001 | 0 | 1110 | 10111100 | 1000100 | 110111 |
Color Harmonies of #3FC7DB
Complementary color
Monochromatic Colors of #3FC7DB
Black with #3FC7DB
Text Example
Text Example
White with #3FC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC7DB; }
p { color: rgb(63,199,219); }
H1.HeaderClassName
{
color: #3FC7DB;
}
.AnyTagClassName
{
color: #3FC7DB;
}
</style>
background-color css
<style>
a { background-color: #3FC7DB; }
a { background-color: rgb(63,199,219); }
div.DivClassName
{
background-color: #3FC7DB;
}
.BgClassName
{
background-color: #3FC7DB;
}
</style>
border-color css
<style>
span { border-color: #3FC7DB; }
span { border-color: rgb(63,199,219); }
td.TdClassName
{
border-color: #3FC7DB;
}
.TagClassName
{
border-color: #3FC7DB;
}
</style>