Shades of Medium Turquoise #32BEC6
Tints of Medium Turquoise #32BEC6
RGB
CMYK
RGB Variations
Color information
#32BEC6 (or 0x32BEC6) is known color: Medium Turquoise. HEX triplet: 32, BE and C6. RGB value is (50,190,198). Sum of RGB (Red+Green+Blue) = 50+190+198=438 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.42% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #32BEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BEC6 is #CD4139. Grayscale: #949494. Windows color (decimal): -13451578 or 13024818. OLE color: 13024818.
HSL color Cylindrical-coordinate representation of color #32BEC6: hue angle of 183.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BEC6 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 190 | 198 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.22 |
| HSL | 183.24º | 0.6% | 0.49% | - |
| HSV(B) | 183.24º | 0.75% | 0.78% | - |
| XYZ | 29.92 | 41.58 | 59.88 | - |
| YUV | 149.05 | 155.62 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 198 | 0.75 | 0.04 | 0 | 0.22 | 183.24 | 0.6 | 0.49 |
| Hex | 32 | BE | C6 | 4B | 4 | 0 | 16 | B7 | 3C | 31 |
| Octal | 62 | 276 | 306 | 113 | 4 | 0 | 26 | 267 | 74 | 61 |
| Binary | 110010 | 10111110 | 11000110 | 1001011 | 100 | 0 | 10110 | 10110111 | 111100 | 110001 |
Color Harmonies of #32BEC6
Complementary color
Monochromatic Colors of #32BEC6
Black with #32BEC6
Text Example
Text Example
White with #32BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEC6; }
p { color: rgb(50,190,198); }
H1.HeaderClassName
{
color: #32BEC6;
}
.AnyTagClassName
{
color: #32BEC6;
}
</style>
background-color css
<style>
a { background-color: #32BEC6; }
a { background-color: rgb(50,190,198); }
div.DivClassName
{
background-color: #32BEC6;
}
.BgClassName
{
background-color: #32BEC6;
}
</style>
border-color css
<style>
span { border-color: #32BEC6; }
span { border-color: rgb(50,190,198); }
td.TdClassName
{
border-color: #32BEC6;
}
.TagClassName
{
border-color: #32BEC6;
}
</style>