Shades of Medium Turquoise #3FD2D8
Tints of Medium Turquoise #3FD2D8
RGB
CMYK
RGB Variations
Color information
#3FD2D8 (or 0x3FD2D8) is known color: Medium Turquoise. HEX triplet: 3F, D2 and D8. RGB value is (63,210,216). Sum of RGB (Red+Green+Blue) = 63+210+216=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #3FD2D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD2D8 is #C02D27. Grayscale: #A6A6A6. Windows color (decimal): -12594472 or 14209599. OLE color: 14209599.
HSL color Cylindrical-coordinate representation of color #3FD2D8: hue angle of 182.35º 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 #3FD2D8 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 210 | 216 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.15 |
| HSL | 182.35º | 0.66% | 0.55% | - |
| HSV(B) | 182.35º | 0.71% | 0.85% | - |
| XYZ | 37.49 | 52.11 | 73.05 | - |
| YUV | 166.73 | 155.8 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 216 | 0.71 | 0.03 | 0 | 0.15 | 182.35 | 0.66 | 0.55 |
| Hex | 3F | D2 | D8 | 47 | 3 | 0 | F | B6 | 42 | 37 |
| Octal | 77 | 322 | 330 | 107 | 3 | 0 | 17 | 266 | 102 | 67 |
| Binary | 111111 | 11010010 | 11011000 | 1000111 | 11 | 0 | 1111 | 10110110 | 1000010 | 110111 |
Color Harmonies of #3FD2D8
Complementary color
Monochromatic Colors of #3FD2D8
Black with #3FD2D8
Text Example
Text Example
White with #3FD2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD2D8; }
p { color: rgb(63,210,216); }
H1.HeaderClassName
{
color: #3FD2D8;
}
.AnyTagClassName
{
color: #3FD2D8;
}
</style>
background-color css
<style>
a { background-color: #3FD2D8; }
a { background-color: rgb(63,210,216); }
div.DivClassName
{
background-color: #3FD2D8;
}
.BgClassName
{
background-color: #3FD2D8;
}
</style>
border-color css
<style>
span { border-color: #3FD2D8; }
span { border-color: rgb(63,210,216); }
td.TdClassName
{
border-color: #3FD2D8;
}
.TagClassName
{
border-color: #3FD2D8;
}
</style>