Shades of Turquoise #3FECBD
Tints of Turquoise #3FECBD
RGB
CMYK
RGB Variations
Color information
#3FECBD (or 0x3FECBD) is known color: Turquoise. HEX triplet: 3F, EC and BD. RGB value is (63,236,189). Sum of RGB (Red+Green+Blue) = 63+236+189=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECBD is #C01342. Grayscale: #B2B2B2. Windows color (decimal): -12587843 or 12446783. OLE color: 12446783.
HSL color Cylindrical-coordinate representation of color #3FECBD: hue angle of 163.7º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECBD is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 189 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.07 |
| HSL | 163.7º | 0.82% | 0.59% | - |
| HSV(B) | 163.7º | 0.73% | 0.93% | - |
| XYZ | 41.23 | 64.72 | 58.46 | - |
| YUV | 178.92 | 133.69 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 189 | 0.73 | 0 | 0.20 | 0.07 | 163.7 | 0.82 | 0.59 |
| Hex | 3F | EC | BD | 49 | 0 | 14 | 7 | A4 | 52 | 3B |
| Octal | 77 | 354 | 275 | 111 | 0 | 24 | 7 | 244 | 122 | 73 |
| Binary | 111111 | 11101100 | 10111101 | 1001001 | 0 | 10100 | 111 | 10100100 | 1010010 | 111011 |
Color Harmonies of #3FECBD
Complementary color
Monochromatic Colors of #3FECBD
Black with #3FECBD
Text Example
Text Example
White with #3FECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECBD; }
p { color: rgb(63,236,189); }
H1.HeaderClassName
{
color: #3FECBD;
}
.AnyTagClassName
{
color: #3FECBD;
}
</style>
background-color css
<style>
a { background-color: #3FECBD; }
a { background-color: rgb(63,236,189); }
div.DivClassName
{
background-color: #3FECBD;
}
.BgClassName
{
background-color: #3FECBD;
}
</style>
border-color css
<style>
span { border-color: #3FECBD; }
span { border-color: rgb(63,236,189); }
td.TdClassName
{
border-color: #3FECBD;
}
.TagClassName
{
border-color: #3FECBD;
}
</style>