Shades of Turquoise #3FFED6
Tints of Turquoise #3FFED6
RGB
CMYK
RGB Variations
Color information
#3FFED6 (or 0x3FFED6) is known color: Turquoise. HEX triplet: 3F, FE and D6. RGB value is (63,254,214). Sum of RGB (Red+Green+Blue) = 63+254+214=531 (70% of max value = 765). Red value is 63 (25% from 255 or 11.86% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFED6 is #C00129. Grayscale: #C0C0C0. Windows color (decimal): -12583210 or 14089791. OLE color: 14089791.
HSL color Cylindrical-coordinate representation of color #3FFED6: hue angle of 167.43º 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 #3FFED6 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 214 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.00 |
| HSL | 167.43º | 0.99% | 0.62% | - |
| HSV(B) | 167.43º | 0.75% | 1% | - |
| XYZ | 49.63 | 76.8 | 75.83 | - |
| YUV | 192.33 | 140.22 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 214 | 0.75 | 0 | 0.16 | 0.00 | 167.43 | 0.99 | 0.62 |
| Hex | 3F | FE | D6 | 4B | 0 | 10 | 0 | A7 | 63 | 3E |
| Octal | 77 | 376 | 326 | 113 | 0 | 20 | 0 | 247 | 143 | 76 |
| Binary | 111111 | 11111110 | 11010110 | 1001011 | 0 | 10000 | 0 | 10100111 | 1100011 | 111110 |
Color Harmonies of #3FFED6
Complementary color
Monochromatic Colors of #3FFED6
Black with #3FFED6
Text Example
Text Example
White with #3FFED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFED6; }
p { color: rgb(63,254,214); }
H1.HeaderClassName
{
color: #3FFED6;
}
.AnyTagClassName
{
color: #3FFED6;
}
</style>
background-color css
<style>
a { background-color: #3FFED6; }
a { background-color: rgb(63,254,214); }
div.DivClassName
{
background-color: #3FFED6;
}
.BgClassName
{
background-color: #3FFED6;
}
</style>
border-color css
<style>
span { border-color: #3FFED6; }
span { border-color: rgb(63,254,214); }
td.TdClassName
{
border-color: #3FFED6;
}
.TagClassName
{
border-color: #3FFED6;
}
</style>