Shades of Medium Turquoise #3BBFB8
Tints of Medium Turquoise #3BBFB8
RGB
CMYK
RGB Variations
Color information
#3BBFB8 (or 0x3BBFB8) is known color: Medium Turquoise. HEX triplet: 3B, BF and B8. RGB value is (59,191,184). Sum of RGB (Red+Green+Blue) = 59+191+184=434 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.59% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #3BBFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBFB8 is #C44047. Grayscale: #969696. Windows color (decimal): -12861512 or 12107579. OLE color: 12107579.
HSL color Cylindrical-coordinate representation of color #3BBFB8: hue angle of 176.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBFB8 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 191 | 184 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.25 |
| HSL | 176.82º | 0.53% | 0.49% | - |
| HSV(B) | 176.82º | 0.69% | 0.75% | - |
| XYZ | 29.09 | 41.65 | 51.85 | - |
| YUV | 150.73 | 146.77 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 191 | 184 | 0.69 | 0 | 0.04 | 0.25 | 176.82 | 0.53 | 0.49 |
| Hex | 3B | BF | B8 | 45 | 0 | 4 | 19 | B1 | 35 | 31 |
| Octal | 73 | 277 | 270 | 105 | 0 | 4 | 31 | 261 | 65 | 61 |
| Binary | 111011 | 10111111 | 10111000 | 1000101 | 0 | 100 | 11001 | 10110001 | 110101 | 110001 |
Color Harmonies of #3BBFB8
Complementary color
Monochromatic Colors of #3BBFB8
Black with #3BBFB8
Text Example
Text Example
White with #3BBFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBFB8; }
p { color: rgb(59,191,184); }
H1.HeaderClassName
{
color: #3BBFB8;
}
.AnyTagClassName
{
color: #3BBFB8;
}
</style>
background-color css
<style>
a { background-color: #3BBFB8; }
a { background-color: rgb(59,191,184); }
div.DivClassName
{
background-color: #3BBFB8;
}
.BgClassName
{
background-color: #3BBFB8;
}
</style>
border-color css
<style>
span { border-color: #3BBFB8; }
span { border-color: rgb(59,191,184); }
td.TdClassName
{
border-color: #3BBFB8;
}
.TagClassName
{
border-color: #3BBFB8;
}
</style>