Shades of Medium Turquoise #32CBC4
Tints of Medium Turquoise #32CBC4
RGB
CMYK
RGB Variations
Color information
#32CBC4 (or 0x32CBC4) is known color: Medium Turquoise. HEX triplet: 32, CB and C4. RGB value is (50,203,196). Sum of RGB (Red+Green+Blue) = 50+203+196=449 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.14% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #32CBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBC4 is #CD343B. Grayscale: #9C9C9C. Windows color (decimal): -13448252 or 12897074. OLE color: 12897074.
HSL color Cylindrical-coordinate representation of color #32CBC4: hue angle of 177.25º 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 #32CBC4 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 203 | 196 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.20 |
| HSL | 177.25º | 0.6% | 0.5% | - |
| HSV(B) | 177.25º | 0.75% | 0.8% | - |
| XYZ | 32.64 | 47.38 | 59.65 | - |
| YUV | 156.46 | 150.31 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 196 | 0.75 | 0 | 0.03 | 0.20 | 177.25 | 0.6 | 0.5 |
| Hex | 32 | CB | C4 | 4B | 0 | 3 | 14 | B1 | 3C | 32 |
| Octal | 62 | 313 | 304 | 113 | 0 | 3 | 24 | 261 | 74 | 62 |
| Binary | 110010 | 11001011 | 11000100 | 1001011 | 0 | 11 | 10100 | 10110001 | 111100 | 110010 |
Color Harmonies of #32CBC4
Complementary color
Monochromatic Colors of #32CBC4
Black with #32CBC4
Text Example
Text Example
White with #32CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBC4; }
p { color: rgb(50,203,196); }
H1.HeaderClassName
{
color: #32CBC4;
}
.AnyTagClassName
{
color: #32CBC4;
}
</style>
background-color css
<style>
a { background-color: #32CBC4; }
a { background-color: rgb(50,203,196); }
div.DivClassName
{
background-color: #32CBC4;
}
.BgClassName
{
background-color: #32CBC4;
}
</style>
border-color css
<style>
span { border-color: #32CBC4; }
span { border-color: rgb(50,203,196); }
td.TdClassName
{
border-color: #32CBC4;
}
.TagClassName
{
border-color: #32CBC4;
}
</style>