Shades of Medium Turquoise #3FD5D8
Tints of Medium Turquoise #3FD5D8
RGB
CMYK
RGB Variations
Color information
#3FD5D8 (or 0x3FD5D8) is known color: Medium Turquoise. HEX triplet: 3F, D5 and D8. RGB value is (63,213,216). Sum of RGB (Red+Green+Blue) = 63+213+216=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #3FD5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD5D8 is #C02A27. Grayscale: #A8A8A8. Windows color (decimal): -12593704 or 14210367. OLE color: 14210367.
HSL color Cylindrical-coordinate representation of color #3FD5D8: hue angle of 181.18º degrees, saturation: 0.66, 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 #3FD5D8 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 213 | 216 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.15 |
| HSL | 181.18º | 0.66% | 0.55% | - |
| HSV(B) | 181.18º | 0.71% | 0.85% | - |
| XYZ | 38.24 | 53.6 | 73.3 | - |
| YUV | 168.49 | 154.81 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 216 | 0.71 | 0.01 | 0 | 0.15 | 181.18 | 0.66 | 0.55 |
| Hex | 3F | D5 | D8 | 47 | 1 | 0 | F | B5 | 42 | 37 |
| Octal | 77 | 325 | 330 | 107 | 1 | 0 | 17 | 265 | 102 | 67 |
| Binary | 111111 | 11010101 | 11011000 | 1000111 | 1 | 0 | 1111 | 10110101 | 1000010 | 110111 |
Color Harmonies of #3FD5D8
Complementary color
Monochromatic Colors of #3FD5D8
Black with #3FD5D8
Text Example
Text Example
White with #3FD5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD5D8; }
p { color: rgb(63,213,216); }
H1.HeaderClassName
{
color: #3FD5D8;
}
.AnyTagClassName
{
color: #3FD5D8;
}
</style>
background-color css
<style>
a { background-color: #3FD5D8; }
a { background-color: rgb(63,213,216); }
div.DivClassName
{
background-color: #3FD5D8;
}
.BgClassName
{
background-color: #3FD5D8;
}
</style>
border-color css
<style>
span { border-color: #3FD5D8; }
span { border-color: rgb(63,213,216); }
td.TdClassName
{
border-color: #3FD5D8;
}
.TagClassName
{
border-color: #3FD5D8;
}
</style>