Shades of Turquoise #3FFED1
Tints of Turquoise #3FFED1
RGB
CMYK
RGB Variations
Color information
#3FFED1 (or 0x3FFED1) is known color: Turquoise. HEX triplet: 3F, FE and D1. RGB value is (63,254,209). Sum of RGB (Red+Green+Blue) = 63+254+209=526 (69% of max value = 765). Red value is 63 (25% from 255 or 11.98% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFED1 is #C0012E. Grayscale: #BFBFBF. Windows color (decimal): -12583215 or 13762111. OLE color: 13762111.
HSL color Cylindrical-coordinate representation of color #3FFED1: hue angle of 165.86º 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 #3FFED1 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 209 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.00 |
| HSL | 165.86º | 0.99% | 0.62% | - |
| HSV(B) | 165.86º | 0.75% | 1% | - |
| XYZ | 49 | 76.54 | 72.51 | - |
| YUV | 191.76 | 137.72 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 209 | 0.75 | 0 | 0.18 | 0.00 | 165.86 | 0.99 | 0.62 |
| Hex | 3F | FE | D1 | 4B | 0 | 12 | 0 | A6 | 63 | 3E |
| Octal | 77 | 376 | 321 | 113 | 0 | 22 | 0 | 246 | 143 | 76 |
| Binary | 111111 | 11111110 | 11010001 | 1001011 | 0 | 10010 | 0 | 10100110 | 1100011 | 111110 |
Color Harmonies of #3FFED1
Complementary color
Monochromatic Colors of #3FFED1
Black with #3FFED1
Text Example
Text Example
White with #3FFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFED1; }
p { color: rgb(63,254,209); }
H1.HeaderClassName
{
color: #3FFED1;
}
.AnyTagClassName
{
color: #3FFED1;
}
</style>
background-color css
<style>
a { background-color: #3FFED1; }
a { background-color: rgb(63,254,209); }
div.DivClassName
{
background-color: #3FFED1;
}
.BgClassName
{
background-color: #3FFED1;
}
</style>
border-color css
<style>
span { border-color: #3FFED1; }
span { border-color: rgb(63,254,209); }
td.TdClassName
{
border-color: #3FFED1;
}
.TagClassName
{
border-color: #3FFED1;
}
</style>