Shades of Turquoise #3BF2BA
Tints of Turquoise #3BF2BA
RGB
CMYK
RGB Variations
Color information
#3BF2BA (or 0x3BF2BA) is known color: Turquoise. HEX triplet: 3B, F2 and BA. RGB value is (59,242,186). Sum of RGB (Red+Green+Blue) = 59+242+186=487 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.11% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF2BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF2BA is #C40D45. Grayscale: #B4B4B4. Windows color (decimal): -12848454 or 12251707. OLE color: 12251707.
HSL color Cylindrical-coordinate representation of color #3BF2BA: hue angle of 161.64º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF2BA is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 186 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.05 |
| HSL | 161.64º | 0.88% | 0.59% | - |
| HSV(B) | 161.64º | 0.76% | 0.95% | - |
| XYZ | 42.42 | 67.98 | 57.34 | - |
| YUV | 180.9 | 130.87 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 186 | 0.76 | 0 | 0.23 | 0.05 | 161.64 | 0.88 | 0.59 |
| Hex | 3B | F2 | BA | 4C | 0 | 17 | 5 | A2 | 58 | 3B |
| Octal | 73 | 362 | 272 | 114 | 0 | 27 | 5 | 242 | 130 | 73 |
| Binary | 111011 | 11110010 | 10111010 | 1001100 | 0 | 10111 | 101 | 10100010 | 1011000 | 111011 |
Color Harmonies of #3BF2BA
Complementary color
Monochromatic Colors of #3BF2BA
Black with #3BF2BA
Text Example
Text Example
White with #3BF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF2BA; }
p { color: rgb(59,242,186); }
H1.HeaderClassName
{
color: #3BF2BA;
}
.AnyTagClassName
{
color: #3BF2BA;
}
</style>
background-color css
<style>
a { background-color: #3BF2BA; }
a { background-color: rgb(59,242,186); }
div.DivClassName
{
background-color: #3BF2BA;
}
.BgClassName
{
background-color: #3BF2BA;
}
</style>
border-color css
<style>
span { border-color: #3BF2BA; }
span { border-color: rgb(59,242,186); }
td.TdClassName
{
border-color: #3BF2BA;
}
.TagClassName
{
border-color: #3BF2BA;
}
</style>