Shades of Turquoise #3FE5BF
Tints of Turquoise #3FE5BF
RGB
CMYK
RGB Variations
Color information
#3FE5BF (or 0x3FE5BF) is known color: Turquoise. HEX triplet: 3F, E5 and BF. RGB value is (63,229,191). Sum of RGB (Red+Green+Blue) = 63+229+191=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE5BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE5BF is #C01A40. Grayscale: #AFAFAF. Windows color (decimal): -12589633 or 12576063. OLE color: 12576063.
HSL color Cylindrical-coordinate representation of color #3FE5BF: hue angle of 166.27º 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 #3FE5BF is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 191 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.10 |
| HSL | 166.27º | 0.76% | 0.57% | - |
| HSV(B) | 166.27º | 0.72% | 0.9% | - |
| XYZ | 39.47 | 60.86 | 58.96 | - |
| YUV | 175.03 | 137 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 191 | 0.72 | 0 | 0.17 | 0.10 | 166.27 | 0.76 | 0.57 |
| Hex | 3F | E5 | BF | 48 | 0 | 11 | A | A6 | 4C | 39 |
| Octal | 77 | 345 | 277 | 110 | 0 | 21 | 12 | 246 | 114 | 71 |
| Binary | 111111 | 11100101 | 10111111 | 1001000 | 0 | 10001 | 1010 | 10100110 | 1001100 | 111001 |
Color Harmonies of #3FE5BF
Complementary color
Monochromatic Colors of #3FE5BF
Black with #3FE5BF
Text Example
Text Example
White with #3FE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE5BF; }
p { color: rgb(63,229,191); }
H1.HeaderClassName
{
color: #3FE5BF;
}
.AnyTagClassName
{
color: #3FE5BF;
}
</style>
background-color css
<style>
a { background-color: #3FE5BF; }
a { background-color: rgb(63,229,191); }
div.DivClassName
{
background-color: #3FE5BF;
}
.BgClassName
{
background-color: #3FE5BF;
}
</style>
border-color css
<style>
span { border-color: #3FE5BF; }
span { border-color: rgb(63,229,191); }
td.TdClassName
{
border-color: #3FE5BF;
}
.TagClassName
{
border-color: #3FE5BF;
}
</style>