Shades of Turquoise #3FFECD
Tints of Turquoise #3FFECD
RGB
CMYK
RGB Variations
Color information
#3FFECD (or 0x3FFECD) is known color: Turquoise. HEX triplet: 3F, FE and CD. RGB value is (63,254,205). Sum of RGB (Red+Green+Blue) = 63+254+205=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFECD is #C00132. Grayscale: #BFBFBF. Windows color (decimal): -12583219 or 13499967. OLE color: 13499967.
HSL color Cylindrical-coordinate representation of color #3FFECD: hue angle of 164.61º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFECD is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 205 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.00 |
| HSL | 164.61º | 0.99% | 0.62% | - |
| HSV(B) | 164.61º | 0.75% | 1% | - |
| XYZ | 48.51 | 76.35 | 69.94 | - |
| YUV | 191.31 | 135.72 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 205 | 0.75 | 0 | 0.19 | 0.00 | 164.61 | 0.99 | 0.62 |
| Hex | 3F | FE | CD | 4B | 0 | 13 | 0 | A5 | 63 | 3E |
| Octal | 77 | 376 | 315 | 113 | 0 | 23 | 0 | 245 | 143 | 76 |
| Binary | 111111 | 11111110 | 11001101 | 1001011 | 0 | 10011 | 0 | 10100101 | 1100011 | 111110 |
Color Harmonies of #3FFECD
Complementary color
Monochromatic Colors of #3FFECD
Black with #3FFECD
Text Example
Text Example
White with #3FFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFECD; }
p { color: rgb(63,254,205); }
H1.HeaderClassName
{
color: #3FFECD;
}
.AnyTagClassName
{
color: #3FFECD;
}
</style>
background-color css
<style>
a { background-color: #3FFECD; }
a { background-color: rgb(63,254,205); }
div.DivClassName
{
background-color: #3FFECD;
}
.BgClassName
{
background-color: #3FFECD;
}
</style>
border-color css
<style>
span { border-color: #3FFECD; }
span { border-color: rgb(63,254,205); }
td.TdClassName
{
border-color: #3FFECD;
}
.TagClassName
{
border-color: #3FFECD;
}
</style>