Shades of Turquoise #3FDECD
Tints of Turquoise #3FDECD
RGB
CMYK
RGB Variations
Color information
#3FDECD (or 0x3FDECD) is known color: Turquoise. HEX triplet: 3F, DE and CD. RGB value is (63,222,205). Sum of RGB (Red+Green+Blue) = 63+222+205=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDECD is #C02132. Grayscale: #ACACAC. Windows color (decimal): -12591411 or 13491775. OLE color: 13491775.
HSL color Cylindrical-coordinate representation of color #3FDECD: hue angle of 173.58º 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 #3FDECD is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 205 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.13 |
| HSL | 173.58º | 0.71% | 0.56% | - |
| HSV(B) | 173.58º | 0.72% | 0.87% | - |
| XYZ | 39.19 | 57.71 | 66.83 | - |
| YUV | 172.52 | 146.32 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 205 | 0.72 | 0 | 0.08 | 0.13 | 173.58 | 0.71 | 0.56 |
| Hex | 3F | DE | CD | 48 | 0 | 8 | D | AE | 47 | 38 |
| Octal | 77 | 336 | 315 | 110 | 0 | 10 | 15 | 256 | 107 | 70 |
| Binary | 111111 | 11011110 | 11001101 | 1001000 | 0 | 1000 | 1101 | 10101110 | 1000111 | 111000 |
Color Harmonies of #3FDECD
Complementary color
Monochromatic Colors of #3FDECD
Black with #3FDECD
Text Example
Text Example
White with #3FDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDECD; }
p { color: rgb(63,222,205); }
H1.HeaderClassName
{
color: #3FDECD;
}
.AnyTagClassName
{
color: #3FDECD;
}
</style>
background-color css
<style>
a { background-color: #3FDECD; }
a { background-color: rgb(63,222,205); }
div.DivClassName
{
background-color: #3FDECD;
}
.BgClassName
{
background-color: #3FDECD;
}
</style>
border-color css
<style>
span { border-color: #3FDECD; }
span { border-color: rgb(63,222,205); }
td.TdClassName
{
border-color: #3FDECD;
}
.TagClassName
{
border-color: #3FDECD;
}
</style>