Shades of Medium Turquoise #32CABE
Tints of Medium Turquoise #32CABE
RGB
CMYK
RGB Variations
Color information
#32CABE (or 0x32CABE) is known color: Medium Turquoise. HEX triplet: 32, CA and BE. RGB value is (50,202,190). Sum of RGB (Red+Green+Blue) = 50+202+190=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #32CABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CABE is #CD3541. Grayscale: #9B9B9B. Windows color (decimal): -13448514 or 12503602. OLE color: 12503602.
HSL color Cylindrical-coordinate representation of color #32CABE: hue angle of 175.26º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CABE is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 190 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.21 |
| HSL | 175.26º | 0.6% | 0.49% | - |
| HSV(B) | 175.26º | 0.75% | 0.79% | - |
| XYZ | 31.73 | 46.64 | 56.04 | - |
| YUV | 155.18 | 147.64 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 190 | 0.75 | 0 | 0.06 | 0.21 | 175.26 | 0.6 | 0.49 |
| Hex | 32 | CA | BE | 4B | 0 | 6 | 15 | AF | 3C | 31 |
| Octal | 62 | 312 | 276 | 113 | 0 | 6 | 25 | 257 | 74 | 61 |
| Binary | 110010 | 11001010 | 10111110 | 1001011 | 0 | 110 | 10101 | 10101111 | 111100 | 110001 |
Color Harmonies of #32CABE
Complementary color
Monochromatic Colors of #32CABE
Black with #32CABE
Text Example
Text Example
White with #32CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CABE; }
p { color: rgb(50,202,190); }
H1.HeaderClassName
{
color: #32CABE;
}
.AnyTagClassName
{
color: #32CABE;
}
</style>
background-color css
<style>
a { background-color: #32CABE; }
a { background-color: rgb(50,202,190); }
div.DivClassName
{
background-color: #32CABE;
}
.BgClassName
{
background-color: #32CABE;
}
</style>
border-color css
<style>
span { border-color: #32CABE; }
span { border-color: rgb(50,202,190); }
td.TdClassName
{
border-color: #32CABE;
}
.TagClassName
{
border-color: #32CABE;
}
</style>