Shades of Medium Turquoise #32BFC1
Tints of Medium Turquoise #32BFC1
RGB
CMYK
RGB Variations
Color information
#32BFC1 (or 0x32BFC1) is known color: Medium Turquoise. HEX triplet: 32, BF and C1. RGB value is (50,191,193). Sum of RGB (Red+Green+Blue) = 50+191+193=434 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.52% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #32BFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFC1 is #CD403E. Grayscale: #949494. Windows color (decimal): -13451327 or 12697394. OLE color: 12697394.
HSL color Cylindrical-coordinate representation of color #32BFC1: hue angle of 180.84º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BFC1 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 191 | 193 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.24 |
| HSL | 180.84º | 0.59% | 0.48% | - |
| HSV(B) | 180.84º | 0.74% | 0.76% | - |
| XYZ | 29.57 | 41.79 | 56.96 | - |
| YUV | 149.07 | 152.79 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 193 | 0.74 | 0.01 | 0 | 0.24 | 180.84 | 0.59 | 0.48 |
| Hex | 32 | BF | C1 | 4A | 1 | 0 | 18 | B5 | 3B | 30 |
| Octal | 62 | 277 | 301 | 112 | 1 | 0 | 30 | 265 | 73 | 60 |
| Binary | 110010 | 10111111 | 11000001 | 1001010 | 1 | 0 | 11000 | 10110101 | 111011 | 110000 |
Color Harmonies of #32BFC1
Complementary color
Monochromatic Colors of #32BFC1
Black with #32BFC1
Text Example
Text Example
White with #32BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFC1; }
p { color: rgb(50,191,193); }
H1.HeaderClassName
{
color: #32BFC1;
}
.AnyTagClassName
{
color: #32BFC1;
}
</style>
background-color css
<style>
a { background-color: #32BFC1; }
a { background-color: rgb(50,191,193); }
div.DivClassName
{
background-color: #32BFC1;
}
.BgClassName
{
background-color: #32BFC1;
}
</style>
border-color css
<style>
span { border-color: #32BFC1; }
span { border-color: rgb(50,191,193); }
td.TdClassName
{
border-color: #32BFC1;
}
.TagClassName
{
border-color: #32BFC1;
}
</style>