Shades of Medium Turquoise #32CFB7
Tints of Medium Turquoise #32CFB7
RGB
CMYK
RGB Variations
Color information
#32CFB7 (or 0x32CFB7) is known color: Medium Turquoise. HEX triplet: 32, CF and B7. RGB value is (50,207,183). Sum of RGB (Red+Green+Blue) = 50+207+183=440 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.36% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #32CFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CFB7 is #CD3048. Grayscale: #9D9D9D. Windows color (decimal): -13447241 or 12046130. OLE color: 12046130.
HSL color Cylindrical-coordinate representation of color #32CFB7: hue angle of 170.83º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CFB7 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 207 | 183 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.19 |
| HSL | 170.83º | 0.62% | 0.5% | - |
| HSV(B) | 170.83º | 0.76% | 0.81% | - |
| XYZ | 32.18 | 48.72 | 52.51 | - |
| YUV | 157.32 | 142.49 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 183 | 0.76 | 0 | 0.12 | 0.19 | 170.83 | 0.62 | 0.5 |
| Hex | 32 | CF | B7 | 4C | 0 | C | 13 | AB | 3E | 32 |
| Octal | 62 | 317 | 267 | 114 | 0 | 14 | 23 | 253 | 76 | 62 |
| Binary | 110010 | 11001111 | 10110111 | 1001100 | 0 | 1100 | 10011 | 10101011 | 111110 | 110010 |
Color Harmonies of #32CFB7
Complementary color
Monochromatic Colors of #32CFB7
Black with #32CFB7
Text Example
Text Example
White with #32CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CFB7; }
p { color: rgb(50,207,183); }
H1.HeaderClassName
{
color: #32CFB7;
}
.AnyTagClassName
{
color: #32CFB7;
}
</style>
background-color css
<style>
a { background-color: #32CFB7; }
a { background-color: rgb(50,207,183); }
div.DivClassName
{
background-color: #32CFB7;
}
.BgClassName
{
background-color: #32CFB7;
}
</style>
border-color css
<style>
span { border-color: #32CFB7; }
span { border-color: rgb(50,207,183); }
td.TdClassName
{
border-color: #32CFB7;
}
.TagClassName
{
border-color: #32CFB7;
}
</style>