Shades of Turquoise #3FE5BB
Tints of Turquoise #3FE5BB
RGB
CMYK
RGB Variations
Color information
#3FE5BB (or 0x3FE5BB) is known color: Turquoise. HEX triplet: 3F, E5 and BB. RGB value is (63,229,187). Sum of RGB (Red+Green+Blue) = 63+229+187=479 (63% of max value = 765). Red value is 63 (25% from 255 or 13.15% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE5BB is #C01A44. Grayscale: #AEAEAE. Windows color (decimal): -12589637 or 12313919. OLE color: 12313919.
HSL color Cylindrical-coordinate representation of color #3FE5BB: hue angle of 164.82º 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 #3FE5BB is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 187 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.10 |
| HSL | 164.82º | 0.76% | 0.57% | - |
| HSV(B) | 164.82º | 0.72% | 0.9% | - |
| XYZ | 39.04 | 60.68 | 56.67 | - |
| YUV | 174.58 | 135 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 187 | 0.72 | 0 | 0.18 | 0.10 | 164.82 | 0.76 | 0.57 |
| Hex | 3F | E5 | BB | 48 | 0 | 12 | A | A5 | 4C | 39 |
| Octal | 77 | 345 | 273 | 110 | 0 | 22 | 12 | 245 | 114 | 71 |
| Binary | 111111 | 11100101 | 10111011 | 1001000 | 0 | 10010 | 1010 | 10100101 | 1001100 | 111001 |
Color Harmonies of #3FE5BB
Complementary color
Monochromatic Colors of #3FE5BB
Black with #3FE5BB
Text Example
Text Example
White with #3FE5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE5BB; }
p { color: rgb(63,229,187); }
H1.HeaderClassName
{
color: #3FE5BB;
}
.AnyTagClassName
{
color: #3FE5BB;
}
</style>
background-color css
<style>
a { background-color: #3FE5BB; }
a { background-color: rgb(63,229,187); }
div.DivClassName
{
background-color: #3FE5BB;
}
.BgClassName
{
background-color: #3FE5BB;
}
</style>
border-color css
<style>
span { border-color: #3FE5BB; }
span { border-color: rgb(63,229,187); }
td.TdClassName
{
border-color: #3FE5BB;
}
.TagClassName
{
border-color: #3FE5BB;
}
</style>