Shades of Medium Turquoise #3FD4BD
Tints of Medium Turquoise #3FD4BD
RGB
CMYK
RGB Variations
Color information
#3FD4BD (or 0x3FD4BD) is known color: Medium Turquoise. HEX triplet: 3F, D4 and BD. RGB value is (63,212,189). Sum of RGB (Red+Green+Blue) = 63+212+189=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #3FD4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD4BD is #C02B42. Grayscale: #A4A4A4. Windows color (decimal): -12593987 or 12440639. OLE color: 12440639.
HSL color Cylindrical-coordinate representation of color #3FD4BD: hue angle of 170.74º 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 #3FD4BD is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 212 | 189 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.17 |
| HSL | 170.74º | 0.63% | 0.54% | - |
| HSV(B) | 170.74º | 0.7% | 0.83% | - |
| XYZ | 34.78 | 51.82 | 56.31 | - |
| YUV | 164.83 | 141.64 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 212 | 189 | 0.70 | 0 | 0.11 | 0.17 | 170.74 | 0.63 | 0.54 |
| Hex | 3F | D4 | BD | 46 | 0 | B | 11 | AB | 3F | 36 |
| Octal | 77 | 324 | 275 | 106 | 0 | 13 | 21 | 253 | 77 | 66 |
| Binary | 111111 | 11010100 | 10111101 | 1000110 | 0 | 1011 | 10001 | 10101011 | 111111 | 110110 |
Color Harmonies of #3FD4BD
Complementary color
Monochromatic Colors of #3FD4BD
Black with #3FD4BD
Text Example
Text Example
White with #3FD4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD4BD; }
p { color: rgb(63,212,189); }
H1.HeaderClassName
{
color: #3FD4BD;
}
.AnyTagClassName
{
color: #3FD4BD;
}
</style>
background-color css
<style>
a { background-color: #3FD4BD; }
a { background-color: rgb(63,212,189); }
div.DivClassName
{
background-color: #3FD4BD;
}
.BgClassName
{
background-color: #3FD4BD;
}
</style>
border-color css
<style>
span { border-color: #3FD4BD; }
span { border-color: rgb(63,212,189); }
td.TdClassName
{
border-color: #3FD4BD;
}
.TagClassName
{
border-color: #3FD4BD;
}
</style>