Shades of Medium Turquoise #32C3BD
Tints of Medium Turquoise #32C3BD
RGB
CMYK
RGB Variations
Color information
#32C3BD (or 0x32C3BD) is known color: Medium Turquoise. HEX triplet: 32, C3 and BD. RGB value is (50,195,189). Sum of RGB (Red+Green+Blue) = 50+195+189=434 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.52% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #32C3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C3BD is #CD3C42. Grayscale: #969696. Windows color (decimal): -13450307 or 12436274. OLE color: 12436274.
HSL color Cylindrical-coordinate representation of color #32C3BD: hue angle of 177.52º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C3BD is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 195 | 189 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.24 |
| HSL | 177.52º | 0.59% | 0.48% | - |
| HSV(B) | 177.52º | 0.74% | 0.76% | - |
| XYZ | 30.02 | 43.38 | 54.94 | - |
| YUV | 150.96 | 149.46 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 195 | 189 | 0.74 | 0 | 0.03 | 0.24 | 177.52 | 0.59 | 0.48 |
| Hex | 32 | C3 | BD | 4A | 0 | 3 | 18 | B2 | 3B | 30 |
| Octal | 62 | 303 | 275 | 112 | 0 | 3 | 30 | 262 | 73 | 60 |
| Binary | 110010 | 11000011 | 10111101 | 1001010 | 0 | 11 | 11000 | 10110010 | 111011 | 110000 |
Color Harmonies of #32C3BD
Complementary color
Monochromatic Colors of #32C3BD
Black with #32C3BD
Text Example
Text Example
White with #32C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C3BD; }
p { color: rgb(50,195,189); }
H1.HeaderClassName
{
color: #32C3BD;
}
.AnyTagClassName
{
color: #32C3BD;
}
</style>
background-color css
<style>
a { background-color: #32C3BD; }
a { background-color: rgb(50,195,189); }
div.DivClassName
{
background-color: #32C3BD;
}
.BgClassName
{
background-color: #32C3BD;
}
</style>
border-color css
<style>
span { border-color: #32C3BD; }
span { border-color: rgb(50,195,189); }
td.TdClassName
{
border-color: #32C3BD;
}
.TagClassName
{
border-color: #32C3BD;
}
</style>