Shades of Medium Turquoise #32CEDD
Tints of Medium Turquoise #32CEDD
RGB
CMYK
RGB Variations
Color information
#32CEDD (or 0x32CEDD) is known color: Medium Turquoise. HEX triplet: 32, CE and DD. RGB value is (50,206,221). Sum of RGB (Red+Green+Blue) = 50+206+221=477 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.48% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #32CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEDD is #CD3122. Grayscale: #A0A0A0. Windows color (decimal): -13447459 or 14536242. OLE color: 14536242.
HSL color Cylindrical-coordinate representation of color #32CEDD: hue angle of 185.26º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CEDD is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 206 | 221 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.13 |
| HSL | 185.26º | 0.72% | 0.53% | - |
| HSV(B) | 185.26º | 0.77% | 0.87% | - |
| XYZ | 36.44 | 50.04 | 76.15 | - |
| YUV | 161.07 | 161.82 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 221 | 0.77 | 0.07 | 0 | 0.13 | 185.26 | 0.72 | 0.53 |
| Hex | 32 | CE | DD | 4D | 7 | 0 | D | B9 | 48 | 35 |
| Octal | 62 | 316 | 335 | 115 | 7 | 0 | 15 | 271 | 110 | 65 |
| Binary | 110010 | 11001110 | 11011101 | 1001101 | 111 | 0 | 1101 | 10111001 | 1001000 | 110101 |
Color Harmonies of #32CEDD
Complementary color
Monochromatic Colors of #32CEDD
Black with #32CEDD
Text Example
Text Example
White with #32CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEDD; }
p { color: rgb(50,206,221); }
H1.HeaderClassName
{
color: #32CEDD;
}
.AnyTagClassName
{
color: #32CEDD;
}
</style>
background-color css
<style>
a { background-color: #32CEDD; }
a { background-color: rgb(50,206,221); }
div.DivClassName
{
background-color: #32CEDD;
}
.BgClassName
{
background-color: #32CEDD;
}
</style>
border-color css
<style>
span { border-color: #32CEDD; }
span { border-color: rgb(50,206,221); }
td.TdClassName
{
border-color: #32CEDD;
}
.TagClassName
{
border-color: #32CEDD;
}
</style>