Shades of Medium Turquoise #3FD2DF
Tints of Medium Turquoise #3FD2DF
RGB
CMYK
RGB Variations
Color information
#3FD2DF (or 0x3FD2DF) is known color: Medium Turquoise. HEX triplet: 3F, D2 and DF. RGB value is (63,210,223). Sum of RGB (Red+Green+Blue) = 63+210+223=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FD2DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD2DF is #C02D20. Grayscale: #A7A7A7. Windows color (decimal): -12594465 or 14668351. OLE color: 14668351.
HSL color Cylindrical-coordinate representation of color #3FD2DF: hue angle of 184.88º 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 #3FD2DF is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 210 | 223 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.13 |
| HSL | 184.88º | 0.71% | 0.56% | - |
| HSV(B) | 184.88º | 0.72% | 0.87% | - |
| XYZ | 38.42 | 52.48 | 77.92 | - |
| YUV | 167.53 | 159.3 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 223 | 0.72 | 0.06 | 0 | 0.13 | 184.88 | 0.71 | 0.56 |
| Hex | 3F | D2 | DF | 48 | 6 | 0 | D | B9 | 47 | 38 |
| Octal | 77 | 322 | 337 | 110 | 6 | 0 | 15 | 271 | 107 | 70 |
| Binary | 111111 | 11010010 | 11011111 | 1001000 | 110 | 0 | 1101 | 10111001 | 1000111 | 111000 |
Color Harmonies of #3FD2DF
Complementary color
Monochromatic Colors of #3FD2DF
Black with #3FD2DF
Text Example
Text Example
White with #3FD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD2DF; }
p { color: rgb(63,210,223); }
H1.HeaderClassName
{
color: #3FD2DF;
}
.AnyTagClassName
{
color: #3FD2DF;
}
</style>
background-color css
<style>
a { background-color: #3FD2DF; }
a { background-color: rgb(63,210,223); }
div.DivClassName
{
background-color: #3FD2DF;
}
.BgClassName
{
background-color: #3FD2DF;
}
</style>
border-color css
<style>
span { border-color: #3FD2DF; }
span { border-color: rgb(63,210,223); }
td.TdClassName
{
border-color: #3FD2DF;
}
.TagClassName
{
border-color: #3FD2DF;
}
</style>