Shades of Medium Turquoise #32CED7
Tints of Medium Turquoise #32CED7
RGB
CMYK
RGB Variations
Color information
#32CED7 (or 0x32CED7) is known color: Medium Turquoise. HEX triplet: 32, CE and D7. RGB value is (50,206,215). Sum of RGB (Red+Green+Blue) = 50+206+215=471 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.62% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #32CED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CED7 is #CD3128. Grayscale: #A0A0A0. Windows color (decimal): -13447465 or 14143026. OLE color: 14143026.
HSL color Cylindrical-coordinate representation of color #32CED7: hue angle of 183.27º degrees, saturation: 0.67, 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 #32CED7 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 206 | 215 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.16 |
| HSL | 183.27º | 0.67% | 0.52% | - |
| HSV(B) | 183.27º | 0.77% | 0.84% | - |
| XYZ | 35.65 | 49.73 | 72.01 | - |
| YUV | 160.38 | 158.82 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 215 | 0.77 | 0.04 | 0 | 0.16 | 183.27 | 0.67 | 0.52 |
| Hex | 32 | CE | D7 | 4D | 4 | 0 | 10 | B7 | 43 | 34 |
| Octal | 62 | 316 | 327 | 115 | 4 | 0 | 20 | 267 | 103 | 64 |
| Binary | 110010 | 11001110 | 11010111 | 1001101 | 100 | 0 | 10000 | 10110111 | 1000011 | 110100 |
Color Harmonies of #32CED7
Complementary color
Monochromatic Colors of #32CED7
Black with #32CED7
Text Example
Text Example
White with #32CED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CED7; }
p { color: rgb(50,206,215); }
H1.HeaderClassName
{
color: #32CED7;
}
.AnyTagClassName
{
color: #32CED7;
}
</style>
background-color css
<style>
a { background-color: #32CED7; }
a { background-color: rgb(50,206,215); }
div.DivClassName
{
background-color: #32CED7;
}
.BgClassName
{
background-color: #32CED7;
}
</style>
border-color css
<style>
span { border-color: #32CED7; }
span { border-color: rgb(50,206,215); }
td.TdClassName
{
border-color: #32CED7;
}
.TagClassName
{
border-color: #32CED7;
}
</style>