Shades of Medium Turquoise #3FD3CC
Tints of Medium Turquoise #3FD3CC
RGB
CMYK
RGB Variations
Color information
#3FD3CC (or 0x3FD3CC) is known color: Medium Turquoise. HEX triplet: 3F, D3 and CC. RGB value is (63,211,204). Sum of RGB (Red+Green+Blue) = 63+211+204=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #3FD3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD3CC is #C02C33. Grayscale: #A5A5A5. Windows color (decimal): -12594228 or 13423423. OLE color: 13423423.
HSL color Cylindrical-coordinate representation of color #3FD3CC: hue angle of 177.16º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD3CC is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 211 | 204 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.17 |
| HSL | 177.16º | 0.63% | 0.54% | - |
| HSV(B) | 177.16º | 0.7% | 0.83% | - |
| XYZ | 36.24 | 52 | 65.25 | - |
| YUV | 165.95 | 149.47 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 211 | 204 | 0.70 | 0 | 0.03 | 0.17 | 177.16 | 0.63 | 0.54 |
| Hex | 3F | D3 | CC | 46 | 0 | 3 | 11 | B1 | 3F | 36 |
| Octal | 77 | 323 | 314 | 106 | 0 | 3 | 21 | 261 | 77 | 66 |
| Binary | 111111 | 11010011 | 11001100 | 1000110 | 0 | 11 | 10001 | 10110001 | 111111 | 110110 |
Color Harmonies of #3FD3CC
Complementary color
Monochromatic Colors of #3FD3CC
Black with #3FD3CC
Text Example
Text Example
White with #3FD3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD3CC; }
p { color: rgb(63,211,204); }
H1.HeaderClassName
{
color: #3FD3CC;
}
.AnyTagClassName
{
color: #3FD3CC;
}
</style>
background-color css
<style>
a { background-color: #3FD3CC; }
a { background-color: rgb(63,211,204); }
div.DivClassName
{
background-color: #3FD3CC;
}
.BgClassName
{
background-color: #3FD3CC;
}
</style>
border-color css
<style>
span { border-color: #3FD3CC; }
span { border-color: rgb(63,211,204); }
td.TdClassName
{
border-color: #3FD3CC;
}
.TagClassName
{
border-color: #3FD3CC;
}
</style>