Shades of Medium Turquoise #3BBFC1
Tints of Medium Turquoise #3BBFC1
RGB
CMYK
RGB Variations
Color information
#3BBFC1 (or 0x3BBFC1) is known color: Medium Turquoise. HEX triplet: 3B, BF and C1. RGB value is (59,191,193). Sum of RGB (Red+Green+Blue) = 59+191+193=443 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.32% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #3BBFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBFC1 is #C4403E. Grayscale: #979797. Windows color (decimal): -12861503 or 12697403. OLE color: 12697403.
HSL color Cylindrical-coordinate representation of color #3BBFC1: hue angle of 180.9º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBFC1 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 191 | 193 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.24 |
| HSL | 180.9º | 0.53% | 0.49% | - |
| HSV(B) | 180.9º | 0.69% | 0.76% | - |
| XYZ | 30.06 | 42.04 | 56.98 | - |
| YUV | 151.76 | 151.27 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 191 | 193 | 0.69 | 0.01 | 0 | 0.24 | 180.9 | 0.53 | 0.49 |
| Hex | 3B | BF | C1 | 45 | 1 | 0 | 18 | B5 | 35 | 31 |
| Octal | 73 | 277 | 301 | 105 | 1 | 0 | 30 | 265 | 65 | 61 |
| Binary | 111011 | 10111111 | 11000001 | 1000101 | 1 | 0 | 11000 | 10110101 | 110101 | 110001 |
Color Harmonies of #3BBFC1
Complementary color
Monochromatic Colors of #3BBFC1
Black with #3BBFC1
Text Example
Text Example
White with #3BBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBFC1; }
p { color: rgb(59,191,193); }
H1.HeaderClassName
{
color: #3BBFC1;
}
.AnyTagClassName
{
color: #3BBFC1;
}
</style>
background-color css
<style>
a { background-color: #3BBFC1; }
a { background-color: rgb(59,191,193); }
div.DivClassName
{
background-color: #3BBFC1;
}
.BgClassName
{
background-color: #3BBFC1;
}
</style>
border-color css
<style>
span { border-color: #3BBFC1; }
span { border-color: rgb(59,191,193); }
td.TdClassName
{
border-color: #3BBFC1;
}
.TagClassName
{
border-color: #3BBFC1;
}
</style>