Shades of Turquoise #3BE6BA
Tints of Turquoise #3BE6BA
RGB
CMYK
RGB Variations
Color information
#3BE6BA (or 0x3BE6BA) is known color: Turquoise. HEX triplet: 3B, E6 and BA. RGB value is (59,230,186). Sum of RGB (Red+Green+Blue) = 59+230+186=475 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.42% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #3BE6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE6BA is #C41945. Grayscale: #ADADAD. Windows color (decimal): -12851526 or 12248635. OLE color: 12248635.
HSL color Cylindrical-coordinate representation of color #3BE6BA: hue angle of 164.56º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE6BA is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 230 | 186 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.10 |
| HSL | 164.56º | 0.77% | 0.57% | - |
| HSV(B) | 164.56º | 0.74% | 0.9% | - |
| XYZ | 38.96 | 61.07 | 56.19 | - |
| YUV | 173.86 | 134.85 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 230 | 186 | 0.74 | 0 | 0.19 | 0.10 | 164.56 | 0.77 | 0.57 |
| Hex | 3B | E6 | BA | 4A | 0 | 13 | A | A5 | 4D | 39 |
| Octal | 73 | 346 | 272 | 112 | 0 | 23 | 12 | 245 | 115 | 71 |
| Binary | 111011 | 11100110 | 10111010 | 1001010 | 0 | 10011 | 1010 | 10100101 | 1001101 | 111001 |
Color Harmonies of #3BE6BA
Complementary color
Monochromatic Colors of #3BE6BA
Black with #3BE6BA
Text Example
Text Example
White with #3BE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE6BA; }
p { color: rgb(59,230,186); }
H1.HeaderClassName
{
color: #3BE6BA;
}
.AnyTagClassName
{
color: #3BE6BA;
}
</style>
background-color css
<style>
a { background-color: #3BE6BA; }
a { background-color: rgb(59,230,186); }
div.DivClassName
{
background-color: #3BE6BA;
}
.BgClassName
{
background-color: #3BE6BA;
}
</style>
border-color css
<style>
span { border-color: #3BE6BA; }
span { border-color: rgb(59,230,186); }
td.TdClassName
{
border-color: #3BE6BA;
}
.TagClassName
{
border-color: #3BE6BA;
}
</style>