Shades of Medium Turquoise #32CBCE
Tints of Medium Turquoise #32CBCE
RGB
CMYK
RGB Variations
Color information
#32CBCE (or 0x32CBCE) is known color: Medium Turquoise. HEX triplet: 32, CB and CE. RGB value is (50,203,206). Sum of RGB (Red+Green+Blue) = 50+203+206=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #32CBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBCE is #CD3431. Grayscale: #9D9D9D. Windows color (decimal): -13448242 or 13552434. OLE color: 13552434.
HSL color Cylindrical-coordinate representation of color #32CBCE: hue angle of 181.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CBCE is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 203 | 206 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.19 |
| HSL | 181.15º | 0.61% | 0.5% | - |
| HSV(B) | 181.15º | 0.76% | 0.81% | - |
| XYZ | 33.81 | 47.85 | 65.85 | - |
| YUV | 157.6 | 155.31 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 206 | 0.76 | 0.01 | 0 | 0.19 | 181.15 | 0.61 | 0.5 |
| Hex | 32 | CB | CE | 4C | 1 | 0 | 13 | B5 | 3D | 32 |
| Octal | 62 | 313 | 316 | 114 | 1 | 0 | 23 | 265 | 75 | 62 |
| Binary | 110010 | 11001011 | 11001110 | 1001100 | 1 | 0 | 10011 | 10110101 | 111101 | 110010 |
Color Harmonies of #32CBCE
Complementary color
Monochromatic Colors of #32CBCE
Black with #32CBCE
Text Example
Text Example
White with #32CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBCE; }
p { color: rgb(50,203,206); }
H1.HeaderClassName
{
color: #32CBCE;
}
.AnyTagClassName
{
color: #32CBCE;
}
</style>
background-color css
<style>
a { background-color: #32CBCE; }
a { background-color: rgb(50,203,206); }
div.DivClassName
{
background-color: #32CBCE;
}
.BgClassName
{
background-color: #32CBCE;
}
</style>
border-color css
<style>
span { border-color: #32CBCE; }
span { border-color: rgb(50,203,206); }
td.TdClassName
{
border-color: #32CBCE;
}
.TagClassName
{
border-color: #32CBCE;
}
</style>