Shades of Turquoise #3FDEBC
Tints of Turquoise #3FDEBC
RGB
CMYK
RGB Variations
Color information
#3FDEBC (or 0x3FDEBC) is known color: Turquoise. HEX triplet: 3F, DE and BC. RGB value is (63,222,188). Sum of RGB (Red+Green+Blue) = 63+222+188=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDEBC is #C02143. Grayscale: #AAAAAA. Windows color (decimal): -12591428 or 12377663. OLE color: 12377663.
HSL color Cylindrical-coordinate representation of color #3FDEBC: hue angle of 167.17º 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 #3FDEBC is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 188 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.13 |
| HSL | 167.17º | 0.71% | 0.56% | - |
| HSV(B) | 167.17º | 0.72% | 0.87% | - |
| XYZ | 37.25 | 56.93 | 56.6 | - |
| YUV | 170.58 | 137.82 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 188 | 0.72 | 0 | 0.15 | 0.13 | 167.17 | 0.71 | 0.56 |
| Hex | 3F | DE | BC | 48 | 0 | F | D | A7 | 47 | 38 |
| Octal | 77 | 336 | 274 | 110 | 0 | 17 | 15 | 247 | 107 | 70 |
| Binary | 111111 | 11011110 | 10111100 | 1001000 | 0 | 1111 | 1101 | 10100111 | 1000111 | 111000 |
Color Harmonies of #3FDEBC
Complementary color
Monochromatic Colors of #3FDEBC
Black with #3FDEBC
Text Example
Text Example
White with #3FDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDEBC; }
p { color: rgb(63,222,188); }
H1.HeaderClassName
{
color: #3FDEBC;
}
.AnyTagClassName
{
color: #3FDEBC;
}
</style>
background-color css
<style>
a { background-color: #3FDEBC; }
a { background-color: rgb(63,222,188); }
div.DivClassName
{
background-color: #3FDEBC;
}
.BgClassName
{
background-color: #3FDEBC;
}
</style>
border-color css
<style>
span { border-color: #3FDEBC; }
span { border-color: rgb(63,222,188); }
td.TdClassName
{
border-color: #3FDEBC;
}
.TagClassName
{
border-color: #3FDEBC;
}
</style>