Shades of Medium Turquoise #32CBBE
Tints of Medium Turquoise #32CBBE
RGB
CMYK
RGB Variations
Color information
#32CBBE (or 0x32CBBE) is known color: Medium Turquoise. HEX triplet: 32, CB and BE. RGB value is (50,203,190). Sum of RGB (Red+Green+Blue) = 50+203+190=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #32CBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBBE is #CD3441. Grayscale: #9B9B9B. Windows color (decimal): -13448258 or 12503858. OLE color: 12503858.
HSL color Cylindrical-coordinate representation of color #32CBBE: hue angle of 174.9º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CBBE is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 203 | 190 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.20 |
| HSL | 174.9º | 0.6% | 0.5% | - |
| HSV(B) | 174.9º | 0.75% | 0.8% | - |
| XYZ | 31.97 | 47.11 | 56.12 | - |
| YUV | 155.77 | 147.31 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 190 | 0.75 | 0 | 0.06 | 0.20 | 174.9 | 0.6 | 0.5 |
| Hex | 32 | CB | BE | 4B | 0 | 6 | 14 | AF | 3C | 32 |
| Octal | 62 | 313 | 276 | 113 | 0 | 6 | 24 | 257 | 74 | 62 |
| Binary | 110010 | 11001011 | 10111110 | 1001011 | 0 | 110 | 10100 | 10101111 | 111100 | 110010 |
Color Harmonies of #32CBBE
Complementary color
Monochromatic Colors of #32CBBE
Black with #32CBBE
Text Example
Text Example
White with #32CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBBE; }
p { color: rgb(50,203,190); }
H1.HeaderClassName
{
color: #32CBBE;
}
.AnyTagClassName
{
color: #32CBBE;
}
</style>
background-color css
<style>
a { background-color: #32CBBE; }
a { background-color: rgb(50,203,190); }
div.DivClassName
{
background-color: #32CBBE;
}
.BgClassName
{
background-color: #32CBBE;
}
</style>
border-color css
<style>
span { border-color: #32CBBE; }
span { border-color: rgb(50,203,190); }
td.TdClassName
{
border-color: #32CBBE;
}
.TagClassName
{
border-color: #32CBBE;
}
</style>