Shades of Turquoise #3FFECC
Tints of Turquoise #3FFECC
RGB
CMYK
RGB Variations
Color information
#3FFECC (or 0x3FFECC) is known color: Turquoise. HEX triplet: 3F, FE and CC. RGB value is (63,254,204). Sum of RGB (Red+Green+Blue) = 63+254+204=521 (69% of max value = 765). Red value is 63 (25% from 255 or 12.09% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFECC is #C00133. Grayscale: #BFBFBF. Windows color (decimal): -12583220 or 13434431. OLE color: 13434431.
HSL color Cylindrical-coordinate representation of color #3FFECC: hue angle of 164.29º 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 #3FFECC is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 204 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.00 |
| HSL | 164.29º | 0.99% | 0.62% | - |
| HSV(B) | 164.29º | 0.75% | 1% | - |
| XYZ | 48.39 | 76.3 | 69.3 | - |
| YUV | 191.19 | 135.22 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 204 | 0.75 | 0 | 0.20 | 0.00 | 164.29 | 0.99 | 0.62 |
| Hex | 3F | FE | CC | 4B | 0 | 14 | 0 | A4 | 63 | 3E |
| Octal | 77 | 376 | 314 | 113 | 0 | 24 | 0 | 244 | 143 | 76 |
| Binary | 111111 | 11111110 | 11001100 | 1001011 | 0 | 10100 | 0 | 10100100 | 1100011 | 111110 |
Color Harmonies of #3FFECC
Complementary color
Monochromatic Colors of #3FFECC
Black with #3FFECC
Text Example
Text Example
White with #3FFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFECC; }
p { color: rgb(63,254,204); }
H1.HeaderClassName
{
color: #3FFECC;
}
.AnyTagClassName
{
color: #3FFECC;
}
</style>
background-color css
<style>
a { background-color: #3FFECC; }
a { background-color: rgb(63,254,204); }
div.DivClassName
{
background-color: #3FFECC;
}
.BgClassName
{
background-color: #3FFECC;
}
</style>
border-color css
<style>
span { border-color: #3FFECC; }
span { border-color: rgb(63,254,204); }
td.TdClassName
{
border-color: #3FFECC;
}
.TagClassName
{
border-color: #3FFECC;
}
</style>