Shades of Medium Turquoise #3FC5DA
Tints of Medium Turquoise #3FC5DA
RGB
CMYK
RGB Variations
Color information
#3FC5DA (or 0x3FC5DA) is known color: Medium Turquoise. HEX triplet: 3F, C5 and DA. RGB value is (63,197,218). Sum of RGB (Red+Green+Blue) = 63+197+218=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FC5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC5DA is #C03A25. Grayscale: #9F9F9F. Windows color (decimal): -12597798 or 14337343. OLE color: 14337343.
HSL color Cylindrical-coordinate representation of color #3FC5DA: hue angle of 188.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FC5DA is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 197 | 218 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.15 |
| HSL | 188.13º | 0.68% | 0.55% | - |
| HSV(B) | 188.13º | 0.71% | 0.85% | - |
| XYZ | 34.67 | 46.05 | 73.39 | - |
| YUV | 159.33 | 161.11 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 218 | 0.71 | 0.10 | 0 | 0.15 | 188.13 | 0.68 | 0.55 |
| Hex | 3F | C5 | DA | 47 | A | 0 | F | BC | 44 | 37 |
| Octal | 77 | 305 | 332 | 107 | 12 | 0 | 17 | 274 | 104 | 67 |
| Binary | 111111 | 11000101 | 11011010 | 1000111 | 1010 | 0 | 1111 | 10111100 | 1000100 | 110111 |
Color Harmonies of #3FC5DA
Complementary color
Monochromatic Colors of #3FC5DA
Black with #3FC5DA
Text Example
Text Example
White with #3FC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC5DA; }
p { color: rgb(63,197,218); }
H1.HeaderClassName
{
color: #3FC5DA;
}
.AnyTagClassName
{
color: #3FC5DA;
}
</style>
background-color css
<style>
a { background-color: #3FC5DA; }
a { background-color: rgb(63,197,218); }
div.DivClassName
{
background-color: #3FC5DA;
}
.BgClassName
{
background-color: #3FC5DA;
}
</style>
border-color css
<style>
span { border-color: #3FC5DA; }
span { border-color: rgb(63,197,218); }
td.TdClassName
{
border-color: #3FC5DA;
}
.TagClassName
{
border-color: #3FC5DA;
}
</style>