Shades of Medium Turquoise #32CCBF
Tints of Medium Turquoise #32CCBF
RGB
CMYK
RGB Variations
Color information
#32CCBF (or 0x32CCBF) is known color: Medium Turquoise. HEX triplet: 32, CC and BF. RGB value is (50,204,191). Sum of RGB (Red+Green+Blue) = 50+204+191=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #32CCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCBF is #CD3340. Grayscale: #9C9C9C. Windows color (decimal): -13448001 or 12569650. OLE color: 12569650.
HSL color Cylindrical-coordinate representation of color #32CCBF: hue angle of 174.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CCBF is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 191 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.2 |
| HSL | 174.94º | 0.61% | 0.5% | - |
| HSV(B) | 174.94º | 0.75% | 0.8% | - |
| XYZ | 32.31 | 47.63 | 56.78 | - |
| YUV | 156.47 | 147.48 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 191 | 0.75 | 0 | 0.06 | 0.2 | 174.94 | 0.61 | 0.5 |
| Hex | 32 | CC | BF | 4B | 0 | 6 | 14 | AF | 3D | 32 |
| Octal | 62 | 314 | 277 | 113 | 0 | 6 | 24 | 257 | 75 | 62 |
| Binary | 110010 | 11001100 | 10111111 | 1001011 | 0 | 110 | 10100 | 10101111 | 111101 | 110010 |
Color Harmonies of #32CCBF
Complementary color
Monochromatic Colors of #32CCBF
Black with #32CCBF
Text Example
Text Example
White with #32CCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCBF; }
p { color: rgb(50,204,191); }
H1.HeaderClassName
{
color: #32CCBF;
}
.AnyTagClassName
{
color: #32CCBF;
}
</style>
background-color css
<style>
a { background-color: #32CCBF; }
a { background-color: rgb(50,204,191); }
div.DivClassName
{
background-color: #32CCBF;
}
.BgClassName
{
background-color: #32CCBF;
}
</style>
border-color css
<style>
span { border-color: #32CCBF; }
span { border-color: rgb(50,204,191); }
td.TdClassName
{
border-color: #32CCBF;
}
.TagClassName
{
border-color: #32CCBF;
}
</style>