Shades of Turquoise #3FDCC6
Tints of Turquoise #3FDCC6
RGB
CMYK
RGB Variations
Color information
#3FDCC6 (or 0x3FDCC6) is known color: Turquoise. HEX triplet: 3F, DC and C6. RGB value is (63,220,198). Sum of RGB (Red+Green+Blue) = 63+220+198=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCC6 is #C02339. Grayscale: #AAAAAA. Windows color (decimal): -12591930 or 13032511. OLE color: 13032511.
HSL color Cylindrical-coordinate representation of color #3FDCC6: hue angle of 171.59º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCC6 is Cyan = 0.71, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 198 | - |
| CMYK | 0.71 | 0 | 0.1 | 0.14 |
| HSL | 171.59º | 0.69% | 0.55% | - |
| HSV(B) | 171.59º | 0.71% | 0.86% | - |
| XYZ | 37.84 | 56.32 | 62.3 | - |
| YUV | 170.55 | 143.49 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 198 | 0.71 | 0 | 0.1 | 0.14 | 171.59 | 0.69 | 0.55 |
| Hex | 3F | DC | C6 | 47 | 0 | A | E | AC | 45 | 37 |
| Octal | 77 | 334 | 306 | 107 | 0 | 12 | 16 | 254 | 105 | 67 |
| Binary | 111111 | 11011100 | 11000110 | 1000111 | 0 | 1010 | 1110 | 10101100 | 1000101 | 110111 |
Color Harmonies of #3FDCC6
Complementary color
Monochromatic Colors of #3FDCC6
Black with #3FDCC6
Text Example
Text Example
White with #3FDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCC6; }
p { color: rgb(63,220,198); }
H1.HeaderClassName
{
color: #3FDCC6;
}
.AnyTagClassName
{
color: #3FDCC6;
}
</style>
background-color css
<style>
a { background-color: #3FDCC6; }
a { background-color: rgb(63,220,198); }
div.DivClassName
{
background-color: #3FDCC6;
}
.BgClassName
{
background-color: #3FDCC6;
}
</style>
border-color css
<style>
span { border-color: #3FDCC6; }
span { border-color: rgb(63,220,198); }
td.TdClassName
{
border-color: #3FDCC6;
}
.TagClassName
{
border-color: #3FDCC6;
}
</style>