Shades of Turquoise #3FFED4
Tints of Turquoise #3FFED4
RGB
CMYK
RGB Variations
Color information
#3FFED4 (or 0x3FFED4) is known color: Turquoise. HEX triplet: 3F, FE and D4. RGB value is (63,254,212). Sum of RGB (Red+Green+Blue) = 63+254+212=529 (70% of max value = 765). Red value is 63 (25% from 255 or 11.91% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFED4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFED4 is #C0012B. Grayscale: #C0C0C0. Windows color (decimal): -12583212 or 13958719. OLE color: 13958719.
HSL color Cylindrical-coordinate representation of color #3FFED4: hue angle of 166.81º 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 #3FFED4 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 212 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.00 |
| HSL | 166.81º | 0.99% | 0.62% | - |
| HSV(B) | 166.81º | 0.75% | 1% | - |
| XYZ | 49.38 | 76.69 | 74.49 | - |
| YUV | 192.1 | 139.22 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 212 | 0.75 | 0 | 0.17 | 0.00 | 166.81 | 0.99 | 0.62 |
| Hex | 3F | FE | D4 | 4B | 0 | 11 | 0 | A7 | 63 | 3E |
| Octal | 77 | 376 | 324 | 113 | 0 | 21 | 0 | 247 | 143 | 76 |
| Binary | 111111 | 11111110 | 11010100 | 1001011 | 0 | 10001 | 0 | 10100111 | 1100011 | 111110 |
Color Harmonies of #3FFED4
Complementary color
Monochromatic Colors of #3FFED4
Black with #3FFED4
Text Example
Text Example
White with #3FFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFED4; }
p { color: rgb(63,254,212); }
H1.HeaderClassName
{
color: #3FFED4;
}
.AnyTagClassName
{
color: #3FFED4;
}
</style>
background-color css
<style>
a { background-color: #3FFED4; }
a { background-color: rgb(63,254,212); }
div.DivClassName
{
background-color: #3FFED4;
}
.BgClassName
{
background-color: #3FFED4;
}
</style>
border-color css
<style>
span { border-color: #3FFED4; }
span { border-color: rgb(63,254,212); }
td.TdClassName
{
border-color: #3FFED4;
}
.TagClassName
{
border-color: #3FFED4;
}
</style>