Shades of Medium Turquoise #32C6CD
Tints of Medium Turquoise #32C6CD
RGB
CMYK
RGB Variations
Color information
#32C6CD (or 0x32C6CD) is known color: Medium Turquoise. HEX triplet: 32, C6 and CD. RGB value is (50,198,205). Sum of RGB (Red+Green+Blue) = 50+198+205=453 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.04% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #32C6CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C6CD is #CD3932. Grayscale: #9A9A9A. Windows color (decimal): -13449523 or 13485618. OLE color: 13485618.
HSL color Cylindrical-coordinate representation of color #32C6CD: hue angle of 182.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32C6CD is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 198 | 205 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.20 |
| HSL | 182.71º | 0.61% | 0.5% | - |
| HSV(B) | 182.71º | 0.76% | 0.8% | - |
| XYZ | 32.53 | 45.47 | 64.82 | - |
| YUV | 154.55 | 156.47 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 198 | 205 | 0.76 | 0.03 | 0 | 0.20 | 182.71 | 0.61 | 0.5 |
| Hex | 32 | C6 | CD | 4C | 3 | 0 | 14 | B7 | 3D | 32 |
| Octal | 62 | 306 | 315 | 114 | 3 | 0 | 24 | 267 | 75 | 62 |
| Binary | 110010 | 11000110 | 11001101 | 1001100 | 11 | 0 | 10100 | 10110111 | 111101 | 110010 |
Color Harmonies of #32C6CD
Complementary color
Monochromatic Colors of #32C6CD
Black with #32C6CD
Text Example
Text Example
White with #32C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C6CD; }
p { color: rgb(50,198,205); }
H1.HeaderClassName
{
color: #32C6CD;
}
.AnyTagClassName
{
color: #32C6CD;
}
</style>
background-color css
<style>
a { background-color: #32C6CD; }
a { background-color: rgb(50,198,205); }
div.DivClassName
{
background-color: #32C6CD;
}
.BgClassName
{
background-color: #32C6CD;
}
</style>
border-color css
<style>
span { border-color: #32C6CD; }
span { border-color: rgb(50,198,205); }
td.TdClassName
{
border-color: #32C6CD;
}
.TagClassName
{
border-color: #32C6CD;
}
</style>