Shades of Medium Turquoise #3FD5BD
Tints of Medium Turquoise #3FD5BD
RGB
CMYK
RGB Variations
Color information
#3FD5BD (or 0x3FD5BD) is known color: Medium Turquoise. HEX triplet: 3F, D5 and BD. RGB value is (63,213,189). Sum of RGB (Red+Green+Blue) = 63+213+189=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD5BD is #C02A42. Grayscale: #A5A5A5. Windows color (decimal): -12593731 or 12440895. OLE color: 12440895.
HSL color Cylindrical-coordinate representation of color #3FD5BD: hue angle of 170.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD5BD is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 189 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.16 |
| HSL | 170.4º | 0.64% | 0.54% | - |
| HSV(B) | 170.4º | 0.7% | 0.84% | - |
| XYZ | 35.03 | 52.32 | 56.4 | - |
| YUV | 165.41 | 141.31 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 189 | 0.70 | 0 | 0.11 | 0.16 | 170.4 | 0.64 | 0.54 |
| Hex | 3F | D5 | BD | 46 | 0 | B | 10 | AA | 40 | 36 |
| Octal | 77 | 325 | 275 | 106 | 0 | 13 | 20 | 252 | 100 | 66 |
| Binary | 111111 | 11010101 | 10111101 | 1000110 | 0 | 1011 | 10000 | 10101010 | 1000000 | 110110 |
Color Harmonies of #3FD5BD
Complementary color
Monochromatic Colors of #3FD5BD
Black with #3FD5BD
Text Example
Text Example
White with #3FD5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD5BD; }
p { color: rgb(63,213,189); }
H1.HeaderClassName
{
color: #3FD5BD;
}
.AnyTagClassName
{
color: #3FD5BD;
}
</style>
background-color css
<style>
a { background-color: #3FD5BD; }
a { background-color: rgb(63,213,189); }
div.DivClassName
{
background-color: #3FD5BD;
}
.BgClassName
{
background-color: #3FD5BD;
}
</style>
border-color css
<style>
span { border-color: #3FD5BD; }
span { border-color: rgb(63,213,189); }
td.TdClassName
{
border-color: #3FD5BD;
}
.TagClassName
{
border-color: #3FD5BD;
}
</style>