Shades of Medium Turquoise #3FD1DF
Tints of Medium Turquoise #3FD1DF
RGB
CMYK
RGB Variations
Color information
#3FD1DF (or 0x3FD1DF) is known color: Medium Turquoise. HEX triplet: 3F, D1 and DF. RGB value is (63,209,223). Sum of RGB (Red+Green+Blue) = 63+209+223=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FD1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD1DF is #C02E20. Grayscale: #A6A6A6. Windows color (decimal): -12594721 or 14668095. OLE color: 14668095.
HSL color Cylindrical-coordinate representation of color #3FD1DF: hue angle of 185.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FD1DF is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 209 | 223 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.13 |
| HSL | 185.25º | 0.71% | 0.56% | - |
| HSV(B) | 185.25º | 0.72% | 0.87% | - |
| XYZ | 38.17 | 51.99 | 77.83 | - |
| YUV | 166.94 | 159.63 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 209 | 223 | 0.72 | 0.06 | 0 | 0.13 | 185.25 | 0.71 | 0.56 |
| Hex | 3F | D1 | DF | 48 | 6 | 0 | D | B9 | 47 | 38 |
| Octal | 77 | 321 | 337 | 110 | 6 | 0 | 15 | 271 | 107 | 70 |
| Binary | 111111 | 11010001 | 11011111 | 1001000 | 110 | 0 | 1101 | 10111001 | 1000111 | 111000 |
Color Harmonies of #3FD1DF
Complementary color
Monochromatic Colors of #3FD1DF
Black with #3FD1DF
Text Example
Text Example
White with #3FD1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD1DF; }
p { color: rgb(63,209,223); }
H1.HeaderClassName
{
color: #3FD1DF;
}
.AnyTagClassName
{
color: #3FD1DF;
}
</style>
background-color css
<style>
a { background-color: #3FD1DF; }
a { background-color: rgb(63,209,223); }
div.DivClassName
{
background-color: #3FD1DF;
}
.BgClassName
{
background-color: #3FD1DF;
}
</style>
border-color css
<style>
span { border-color: #3FD1DF; }
span { border-color: rgb(63,209,223); }
td.TdClassName
{
border-color: #3FD1DF;
}
.TagClassName
{
border-color: #3FD1DF;
}
</style>