Shades of Turquoise #3FE5BE
Tints of Turquoise #3FE5BE
RGB
CMYK
RGB Variations
Color information
#3FE5BE (or 0x3FE5BE) is known color: Turquoise. HEX triplet: 3F, E5 and BE. RGB value is (63,229,190). Sum of RGB (Red+Green+Blue) = 63+229+190=482 (63% of max value = 765). Red value is 63 (25% from 255 or 13.07% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE5BE is #C01A41. Grayscale: #AEAEAE. Windows color (decimal): -12589634 or 12510527. OLE color: 12510527.
HSL color Cylindrical-coordinate representation of color #3FE5BE: hue angle of 165.9º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE5BE is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 190 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.10 |
| HSL | 165.9º | 0.76% | 0.57% | - |
| HSV(B) | 165.9º | 0.72% | 0.9% | - |
| XYZ | 39.36 | 60.81 | 58.38 | - |
| YUV | 174.92 | 136.5 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 190 | 0.72 | 0 | 0.17 | 0.10 | 165.9 | 0.76 | 0.57 |
| Hex | 3F | E5 | BE | 48 | 0 | 11 | A | A6 | 4C | 39 |
| Octal | 77 | 345 | 276 | 110 | 0 | 21 | 12 | 246 | 114 | 71 |
| Binary | 111111 | 11100101 | 10111110 | 1001000 | 0 | 10001 | 1010 | 10100110 | 1001100 | 111001 |
Color Harmonies of #3FE5BE
Complementary color
Monochromatic Colors of #3FE5BE
Black with #3FE5BE
Text Example
Text Example
White with #3FE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE5BE; }
p { color: rgb(63,229,190); }
H1.HeaderClassName
{
color: #3FE5BE;
}
.AnyTagClassName
{
color: #3FE5BE;
}
</style>
background-color css
<style>
a { background-color: #3FE5BE; }
a { background-color: rgb(63,229,190); }
div.DivClassName
{
background-color: #3FE5BE;
}
.BgClassName
{
background-color: #3FE5BE;
}
</style>
border-color css
<style>
span { border-color: #3FE5BE; }
span { border-color: rgb(63,229,190); }
td.TdClassName
{
border-color: #3FE5BE;
}
.TagClassName
{
border-color: #3FE5BE;
}
</style>