Shades of Turquoise #3BE5BA
Tints of Turquoise #3BE5BA
RGB
CMYK
RGB Variations
Color information
#3BE5BA (or 0x3BE5BA) is known color: Turquoise. HEX triplet: 3B, E5 and BA. RGB value is (59,229,186). Sum of RGB (Red+Green+Blue) = 59+229+186=474 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.45% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE5BA is #C41A45. Grayscale: #ADADAD. Windows color (decimal): -12851782 or 12248379. OLE color: 12248379.
HSL color Cylindrical-coordinate representation of color #3BE5BA: hue angle of 164.82º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE5BA is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 186 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.10 |
| HSL | 164.82º | 0.77% | 0.56% | - |
| HSV(B) | 164.82º | 0.74% | 0.9% | - |
| XYZ | 38.69 | 60.51 | 56.1 | - |
| YUV | 173.27 | 135.18 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 186 | 0.74 | 0 | 0.19 | 0.10 | 164.82 | 0.77 | 0.56 |
| Hex | 3B | E5 | BA | 4A | 0 | 13 | A | A5 | 4D | 38 |
| Octal | 73 | 345 | 272 | 112 | 0 | 23 | 12 | 245 | 115 | 70 |
| Binary | 111011 | 11100101 | 10111010 | 1001010 | 0 | 10011 | 1010 | 10100101 | 1001101 | 111000 |
Color Harmonies of #3BE5BA
Complementary color
Monochromatic Colors of #3BE5BA
Black with #3BE5BA
Text Example
Text Example
White with #3BE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE5BA; }
p { color: rgb(59,229,186); }
H1.HeaderClassName
{
color: #3BE5BA;
}
.AnyTagClassName
{
color: #3BE5BA;
}
</style>
background-color css
<style>
a { background-color: #3BE5BA; }
a { background-color: rgb(59,229,186); }
div.DivClassName
{
background-color: #3BE5BA;
}
.BgClassName
{
background-color: #3BE5BA;
}
</style>
border-color css
<style>
span { border-color: #3BE5BA; }
span { border-color: rgb(59,229,186); }
td.TdClassName
{
border-color: #3BE5BA;
}
.TagClassName
{
border-color: #3BE5BA;
}
</style>