Shades of Medium Turquoise #3BCFB4
Tints of Medium Turquoise #3BCFB4
RGB
CMYK
RGB Variations
Color information
#3BCFB4 (or 0x3BCFB4) is known color: Medium Turquoise. HEX triplet: 3B, CF and B4. RGB value is (59,207,180). Sum of RGB (Red+Green+Blue) = 59+207+180=446 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.23% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFB4 is #C4304B. Grayscale: #9F9F9F. Windows color (decimal): -12857420 or 11849531. OLE color: 11849531.
HSL color Cylindrical-coordinate representation of color #3BCFB4: hue angle of 169.05º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCFB4 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 180 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.19 |
| HSL | 169.05º | 0.61% | 0.52% | - |
| HSV(B) | 169.05º | 0.71% | 0.81% | - |
| XYZ | 32.35 | 48.85 | 50.9 | - |
| YUV | 159.67 | 139.47 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 180 | 0.71 | 0 | 0.13 | 0.19 | 169.05 | 0.61 | 0.52 |
| Hex | 3B | CF | B4 | 47 | 0 | D | 13 | A9 | 3D | 34 |
| Octal | 73 | 317 | 264 | 107 | 0 | 15 | 23 | 251 | 75 | 64 |
| Binary | 111011 | 11001111 | 10110100 | 1000111 | 0 | 1101 | 10011 | 10101001 | 111101 | 110100 |
Color Harmonies of #3BCFB4
Complementary color
Monochromatic Colors of #3BCFB4
Black with #3BCFB4
Text Example
Text Example
White with #3BCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFB4; }
p { color: rgb(59,207,180); }
H1.HeaderClassName
{
color: #3BCFB4;
}
.AnyTagClassName
{
color: #3BCFB4;
}
</style>
background-color css
<style>
a { background-color: #3BCFB4; }
a { background-color: rgb(59,207,180); }
div.DivClassName
{
background-color: #3BCFB4;
}
.BgClassName
{
background-color: #3BCFB4;
}
</style>
border-color css
<style>
span { border-color: #3BCFB4; }
span { border-color: rgb(59,207,180); }
td.TdClassName
{
border-color: #3BCFB4;
}
.TagClassName
{
border-color: #3BCFB4;
}
</style>