Shades of Medium Turquoise #32BEC5
Tints of Medium Turquoise #32BEC5
RGB
CMYK
RGB Variations
Color information
#32BEC5 (or 0x32BEC5) is known color: Medium Turquoise. HEX triplet: 32, BE and C5. RGB value is (50,190,197). Sum of RGB (Red+Green+Blue) = 50+190+197=437 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.44% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 197 - color contains mainly: blue. Hex color #32BEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BEC5 is #CD413A. Grayscale: #949494. Windows color (decimal): -13451579 or 12959282. OLE color: 12959282.
HSL color Cylindrical-coordinate representation of color #32BEC5: hue angle of 182.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BEC5 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 190 | 197 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.23 |
| HSL | 182.86º | 0.6% | 0.48% | - |
| HSV(B) | 182.86º | 0.75% | 0.77% | - |
| XYZ | 29.81 | 41.54 | 59.27 | - |
| YUV | 148.94 | 155.12 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 197 | 0.75 | 0.04 | 0 | 0.23 | 182.86 | 0.6 | 0.48 |
| Hex | 32 | BE | C5 | 4B | 4 | 0 | 17 | B7 | 3C | 30 |
| Octal | 62 | 276 | 305 | 113 | 4 | 0 | 27 | 267 | 74 | 60 |
| Binary | 110010 | 10111110 | 11000101 | 1001011 | 100 | 0 | 10111 | 10110111 | 111100 | 110000 |
Color Harmonies of #32BEC5
Complementary color
Monochromatic Colors of #32BEC5
Black with #32BEC5
Text Example
Text Example
White with #32BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEC5; }
p { color: rgb(50,190,197); }
H1.HeaderClassName
{
color: #32BEC5;
}
.AnyTagClassName
{
color: #32BEC5;
}
</style>
background-color css
<style>
a { background-color: #32BEC5; }
a { background-color: rgb(50,190,197); }
div.DivClassName
{
background-color: #32BEC5;
}
.BgClassName
{
background-color: #32BEC5;
}
</style>
border-color css
<style>
span { border-color: #32BEC5; }
span { border-color: rgb(50,190,197); }
td.TdClassName
{
border-color: #32BEC5;
}
.TagClassName
{
border-color: #32BEC5;
}
</style>