Shades of Medium Turquoise #32CBB6
Tints of Medium Turquoise #32CBB6
RGB
CMYK
RGB Variations
Color information
#32CBB6 (or 0x32CBB6) is known color: Medium Turquoise. HEX triplet: 32, CB and B6. RGB value is (50,203,182). Sum of RGB (Red+Green+Blue) = 50+203+182=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #32CBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBB6 is #CD3449. Grayscale: #9A9A9A. Windows color (decimal): -13448266 or 11979570. OLE color: 11979570.
HSL color Cylindrical-coordinate representation of color #32CBB6: hue angle of 171.76º 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 #32CBB6 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 203 | 182 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.20 |
| HSL | 171.76º | 0.6% | 0.5% | - |
| HSV(B) | 171.76º | 0.75% | 0.8% | - |
| XYZ | 31.11 | 46.77 | 51.64 | - |
| YUV | 154.86 | 143.31 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 182 | 0.75 | 0 | 0.10 | 0.20 | 171.76 | 0.6 | 0.5 |
| Hex | 32 | CB | B6 | 4B | 0 | A | 14 | AC | 3C | 32 |
| Octal | 62 | 313 | 266 | 113 | 0 | 12 | 24 | 254 | 74 | 62 |
| Binary | 110010 | 11001011 | 10110110 | 1001011 | 0 | 1010 | 10100 | 10101100 | 111100 | 110010 |
Color Harmonies of #32CBB6
Complementary color
Monochromatic Colors of #32CBB6
Black with #32CBB6
Text Example
Text Example
White with #32CBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBB6; }
p { color: rgb(50,203,182); }
H1.HeaderClassName
{
color: #32CBB6;
}
.AnyTagClassName
{
color: #32CBB6;
}
</style>
background-color css
<style>
a { background-color: #32CBB6; }
a { background-color: rgb(50,203,182); }
div.DivClassName
{
background-color: #32CBB6;
}
.BgClassName
{
background-color: #32CBB6;
}
</style>
border-color css
<style>
span { border-color: #32CBB6; }
span { border-color: rgb(50,203,182); }
td.TdClassName
{
border-color: #32CBB6;
}
.TagClassName
{
border-color: #32CBB6;
}
</style>