Shades of Medium Turquoise #32C4BF
Tints of Medium Turquoise #32C4BF
RGB
CMYK
RGB Variations
Color information
#32C4BF (or 0x32C4BF) is known color: Medium Turquoise. HEX triplet: 32, C4 and BF. RGB value is (50,196,191). Sum of RGB (Red+Green+Blue) = 50+196+191=437 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.44% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #32C4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C4BF is #CD3B40. Grayscale: #979797. Windows color (decimal): -13450049 or 12567602. OLE color: 12567602.
HSL color Cylindrical-coordinate representation of color #32C4BF: hue angle of 177.95º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C4BF is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 196 | 191 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.23 |
| HSL | 177.95º | 0.59% | 0.48% | - |
| HSV(B) | 177.95º | 0.74% | 0.77% | - |
| XYZ | 30.46 | 43.92 | 56.16 | - |
| YUV | 151.78 | 150.13 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 196 | 191 | 0.74 | 0 | 0.03 | 0.23 | 177.95 | 0.59 | 0.48 |
| Hex | 32 | C4 | BF | 4A | 0 | 3 | 17 | B2 | 3B | 30 |
| Octal | 62 | 304 | 277 | 112 | 0 | 3 | 27 | 262 | 73 | 60 |
| Binary | 110010 | 11000100 | 10111111 | 1001010 | 0 | 11 | 10111 | 10110010 | 111011 | 110000 |
Color Harmonies of #32C4BF
Complementary color
Monochromatic Colors of #32C4BF
Black with #32C4BF
Text Example
Text Example
White with #32C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C4BF; }
p { color: rgb(50,196,191); }
H1.HeaderClassName
{
color: #32C4BF;
}
.AnyTagClassName
{
color: #32C4BF;
}
</style>
background-color css
<style>
a { background-color: #32C4BF; }
a { background-color: rgb(50,196,191); }
div.DivClassName
{
background-color: #32C4BF;
}
.BgClassName
{
background-color: #32C4BF;
}
</style>
border-color css
<style>
span { border-color: #32C4BF; }
span { border-color: rgb(50,196,191); }
td.TdClassName
{
border-color: #32C4BF;
}
.TagClassName
{
border-color: #32C4BF;
}
</style>