Shades of Medium Turquoise #32CED5
Tints of Medium Turquoise #32CED5
RGB
CMYK
RGB Variations
Color information
#32CED5 (or 0x32CED5) is known color: Medium Turquoise. HEX triplet: 32, CE and D5. RGB value is (50,206,213). Sum of RGB (Red+Green+Blue) = 50+206+213=469 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.66% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #32CED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CED5 is #CD312A. Grayscale: #9F9F9F. Windows color (decimal): -13447467 or 14011954. OLE color: 14011954.
HSL color Cylindrical-coordinate representation of color #32CED5: hue angle of 182.58º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CED5 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 206 | 213 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.16 |
| HSL | 182.58º | 0.66% | 0.52% | - |
| HSV(B) | 182.58º | 0.77% | 0.84% | - |
| XYZ | 35.4 | 49.62 | 70.66 | - |
| YUV | 160.15 | 157.82 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 213 | 0.77 | 0.03 | 0 | 0.16 | 182.58 | 0.66 | 0.52 |
| Hex | 32 | CE | D5 | 4D | 3 | 0 | 10 | B7 | 42 | 34 |
| Octal | 62 | 316 | 325 | 115 | 3 | 0 | 20 | 267 | 102 | 64 |
| Binary | 110010 | 11001110 | 11010101 | 1001101 | 11 | 0 | 10000 | 10110111 | 1000010 | 110100 |
Color Harmonies of #32CED5
Complementary color
Monochromatic Colors of #32CED5
Black with #32CED5
Text Example
Text Example
White with #32CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CED5; }
p { color: rgb(50,206,213); }
H1.HeaderClassName
{
color: #32CED5;
}
.AnyTagClassName
{
color: #32CED5;
}
</style>
background-color css
<style>
a { background-color: #32CED5; }
a { background-color: rgb(50,206,213); }
div.DivClassName
{
background-color: #32CED5;
}
.BgClassName
{
background-color: #32CED5;
}
</style>
border-color css
<style>
span { border-color: #32CED5; }
span { border-color: rgb(50,206,213); }
td.TdClassName
{
border-color: #32CED5;
}
.TagClassName
{
border-color: #32CED5;
}
</style>