Shades of Medium Turquoise #32CAB9
Tints of Medium Turquoise #32CAB9
RGB
CMYK
RGB Variations
Color information
#32CAB9 (or 0x32CAB9) is known color: Medium Turquoise. HEX triplet: 32, CA and B9. RGB value is (50,202,185). Sum of RGB (Red+Green+Blue) = 50+202+185=437 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.44% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #32CAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CAB9 is #CD3546. Grayscale: #9A9A9A. Windows color (decimal): -13448519 or 12175922. OLE color: 12175922.
HSL color Cylindrical-coordinate representation of color #32CAB9: hue angle of 173.29º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CAB9 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 185 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.21 |
| HSL | 173.29º | 0.6% | 0.49% | - |
| HSV(B) | 173.29º | 0.75% | 0.79% | - |
| XYZ | 31.19 | 46.42 | 53.22 | - |
| YUV | 154.61 | 145.14 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 185 | 0.75 | 0 | 0.08 | 0.21 | 173.29 | 0.6 | 0.49 |
| Hex | 32 | CA | B9 | 4B | 0 | 8 | 15 | AD | 3C | 31 |
| Octal | 62 | 312 | 271 | 113 | 0 | 10 | 25 | 255 | 74 | 61 |
| Binary | 110010 | 11001010 | 10111001 | 1001011 | 0 | 1000 | 10101 | 10101101 | 111100 | 110001 |
Color Harmonies of #32CAB9
Complementary color
Monochromatic Colors of #32CAB9
Black with #32CAB9
Text Example
Text Example
White with #32CAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CAB9; }
p { color: rgb(50,202,185); }
H1.HeaderClassName
{
color: #32CAB9;
}
.AnyTagClassName
{
color: #32CAB9;
}
</style>
background-color css
<style>
a { background-color: #32CAB9; }
a { background-color: rgb(50,202,185); }
div.DivClassName
{
background-color: #32CAB9;
}
.BgClassName
{
background-color: #32CAB9;
}
</style>
border-color css
<style>
span { border-color: #32CAB9; }
span { border-color: rgb(50,202,185); }
td.TdClassName
{
border-color: #32CAB9;
}
.TagClassName
{
border-color: #32CAB9;
}
</style>