Shades of Medium Turquoise #32CFC3
Tints of Medium Turquoise #32CFC3
RGB
CMYK
RGB Variations
Color information
#32CFC3 (or 0x32CFC3) is known color: Medium Turquoise. HEX triplet: 32, CF and C3. RGB value is (50,207,195). Sum of RGB (Red+Green+Blue) = 50+207+195=452 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.06% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #32CFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CFC3 is #CD303C. Grayscale: #9E9E9E. Windows color (decimal): -13447229 or 12832562. OLE color: 12832562.
HSL color Cylindrical-coordinate representation of color #32CFC3: hue angle of 175.41º 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 #32CFC3 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 207 | 195 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.19 |
| HSL | 175.41º | 0.62% | 0.5% | - |
| HSV(B) | 175.41º | 0.76% | 0.81% | - |
| XYZ | 33.48 | 49.24 | 59.37 | - |
| YUV | 158.69 | 148.49 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 195 | 0.76 | 0 | 0.06 | 0.19 | 175.41 | 0.62 | 0.5 |
| Hex | 32 | CF | C3 | 4C | 0 | 6 | 13 | AF | 3E | 32 |
| Octal | 62 | 317 | 303 | 114 | 0 | 6 | 23 | 257 | 76 | 62 |
| Binary | 110010 | 11001111 | 11000011 | 1001100 | 0 | 110 | 10011 | 10101111 | 111110 | 110010 |
Color Harmonies of #32CFC3
Complementary color
Monochromatic Colors of #32CFC3
Black with #32CFC3
Text Example
Text Example
White with #32CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CFC3; }
p { color: rgb(50,207,195); }
H1.HeaderClassName
{
color: #32CFC3;
}
.AnyTagClassName
{
color: #32CFC3;
}
</style>
background-color css
<style>
a { background-color: #32CFC3; }
a { background-color: rgb(50,207,195); }
div.DivClassName
{
background-color: #32CFC3;
}
.BgClassName
{
background-color: #32CFC3;
}
</style>
border-color css
<style>
span { border-color: #32CFC3; }
span { border-color: rgb(50,207,195); }
td.TdClassName
{
border-color: #32CFC3;
}
.TagClassName
{
border-color: #32CFC3;
}
</style>