Shades of Medium Turquoise #32CBBF
Tints of Medium Turquoise #32CBBF
RGB
CMYK
RGB Variations
Color information
#32CBBF (or 0x32CBBF) is known color: Medium Turquoise. HEX triplet: 32, CB and BF. RGB value is (50,203,191). Sum of RGB (Red+Green+Blue) = 50+203+191=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #32CBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBBF is #CD3440. Grayscale: #9B9B9B. Windows color (decimal): -13448257 or 12569394. OLE color: 12569394.
HSL color Cylindrical-coordinate representation of color #32CBBF: hue angle of 175.29º degrees, saturation: 0.6, 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 #32CBBF is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 203 | 191 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.20 |
| HSL | 175.29º | 0.6% | 0.5% | - |
| HSV(B) | 175.29º | 0.75% | 0.8% | - |
| XYZ | 32.08 | 47.15 | 56.7 | - |
| YUV | 155.89 | 147.81 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 191 | 0.75 | 0 | 0.06 | 0.20 | 175.29 | 0.6 | 0.5 |
| Hex | 32 | CB | BF | 4B | 0 | 6 | 14 | AF | 3C | 32 |
| Octal | 62 | 313 | 277 | 113 | 0 | 6 | 24 | 257 | 74 | 62 |
| Binary | 110010 | 11001011 | 10111111 | 1001011 | 0 | 110 | 10100 | 10101111 | 111100 | 110010 |
Color Harmonies of #32CBBF
Complementary color
Monochromatic Colors of #32CBBF
Black with #32CBBF
Text Example
Text Example
White with #32CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBBF; }
p { color: rgb(50,203,191); }
H1.HeaderClassName
{
color: #32CBBF;
}
.AnyTagClassName
{
color: #32CBBF;
}
</style>
background-color css
<style>
a { background-color: #32CBBF; }
a { background-color: rgb(50,203,191); }
div.DivClassName
{
background-color: #32CBBF;
}
.BgClassName
{
background-color: #32CBBF;
}
</style>
border-color css
<style>
span { border-color: #32CBBF; }
span { border-color: rgb(50,203,191); }
td.TdClassName
{
border-color: #32CBBF;
}
.TagClassName
{
border-color: #32CBBF;
}
</style>