Shades of Turquoise #3BFFC0
Tints of Turquoise #3BFFC0
RGB
CMYK
RGB Variations
Color information
#3BFFC0 (or 0x3BFFC0) is known color: Turquoise. HEX triplet: 3B, FF and C0. RGB value is (59,255,192). Sum of RGB (Red+Green+Blue) = 59+255+192=506 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.66% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFFC0 is #C4003F. Grayscale: #BDBDBD. Windows color (decimal): -12845120 or 12648251. OLE color: 12648251.
HSL color Cylindrical-coordinate representation of color #3BFFC0: hue angle of 160.71º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFFC0 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 192 | - |
| CMYK | 0.77 | 0 | 0.25 | 0 |
| HSL | 160.71º | 1% | 0.62% | - |
| HSV(B) | 160.71º | 0.77% | 1% | - |
| XYZ | 47.08 | 76.26 | 62.11 | - |
| YUV | 189.21 | 129.57 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 192 | 0.77 | 0 | 0.25 | 0 | 160.71 | 1 | 0.62 |
| Hex | 3B | FF | C0 | 4D | 0 | 19 | 0 | A1 | 64 | 3E |
| Octal | 73 | 377 | 300 | 115 | 0 | 31 | 0 | 241 | 144 | 76 |
| Binary | 111011 | 11111111 | 11000000 | 1001101 | 0 | 11001 | 0 | 10100001 | 1100100 | 111110 |
Color Harmonies of #3BFFC0
Complementary color
Monochromatic Colors of #3BFFC0
Black with #3BFFC0
Text Example
Text Example
White with #3BFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFFC0; }
p { color: rgb(59,255,192); }
H1.HeaderClassName
{
color: #3BFFC0;
}
.AnyTagClassName
{
color: #3BFFC0;
}
</style>
background-color css
<style>
a { background-color: #3BFFC0; }
a { background-color: rgb(59,255,192); }
div.DivClassName
{
background-color: #3BFFC0;
}
.BgClassName
{
background-color: #3BFFC0;
}
</style>
border-color css
<style>
span { border-color: #3BFFC0; }
span { border-color: rgb(59,255,192); }
td.TdClassName
{
border-color: #3BFFC0;
}
.TagClassName
{
border-color: #3BFFC0;
}
</style>