Shades of Turquoise #3FD7C2
Tints of Turquoise #3FD7C2
RGB
CMYK
RGB Variations
Color information
#3FD7C2 (or 0x3FD7C2) is known color: Turquoise. HEX triplet: 3F, D7 and C2. RGB value is (63,215,194). Sum of RGB (Red+Green+Blue) = 63+215+194=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD7C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD7C2 is #C0283D. Grayscale: #A7A7A7. Windows color (decimal): -12593214 or 12769087. OLE color: 12769087.
HSL color Cylindrical-coordinate representation of color #3FD7C2: hue angle of 171.71º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD7C2 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 194 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.16 |
| HSL | 171.71º | 0.66% | 0.55% | - |
| HSV(B) | 171.71º | 0.71% | 0.84% | - |
| XYZ | 36.09 | 53.55 | 59.47 | - |
| YUV | 167.16 | 143.14 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 194 | 0.71 | 0 | 0.10 | 0.16 | 171.71 | 0.66 | 0.55 |
| Hex | 3F | D7 | C2 | 47 | 0 | A | 10 | AC | 42 | 37 |
| Octal | 77 | 327 | 302 | 107 | 0 | 12 | 20 | 254 | 102 | 67 |
| Binary | 111111 | 11010111 | 11000010 | 1000111 | 0 | 1010 | 10000 | 10101100 | 1000010 | 110111 |
Color Harmonies of #3FD7C2
Complementary color
Monochromatic Colors of #3FD7C2
Black with #3FD7C2
Text Example
Text Example
White with #3FD7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD7C2; }
p { color: rgb(63,215,194); }
H1.HeaderClassName
{
color: #3FD7C2;
}
.AnyTagClassName
{
color: #3FD7C2;
}
</style>
background-color css
<style>
a { background-color: #3FD7C2; }
a { background-color: rgb(63,215,194); }
div.DivClassName
{
background-color: #3FD7C2;
}
.BgClassName
{
background-color: #3FD7C2;
}
</style>
border-color css
<style>
span { border-color: #3FD7C2; }
span { border-color: rgb(63,215,194); }
td.TdClassName
{
border-color: #3FD7C2;
}
.TagClassName
{
border-color: #3FD7C2;
}
</style>