Shades of Medium Turquoise #32CFDD
Tints of Medium Turquoise #32CFDD
RGB
CMYK
RGB Variations
Color information
#32CFDD (or 0x32CFDD) is known color: Medium Turquoise. HEX triplet: 32, CF and DD. RGB value is (50,207,221). Sum of RGB (Red+Green+Blue) = 50+207+221=478 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.46% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #32CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CFDD is #CD3022. Grayscale: #A1A1A1. Windows color (decimal): -13447203 or 14536498. OLE color: 14536498.
HSL color Cylindrical-coordinate representation of color #32CFDD: hue angle of 184.91º 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 #32CFDD is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 207 | 221 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.13 |
| HSL | 184.91º | 0.72% | 0.53% | - |
| HSV(B) | 184.91º | 0.77% | 0.87% | - |
| XYZ | 36.68 | 50.52 | 76.23 | - |
| YUV | 161.65 | 161.49 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 221 | 0.77 | 0.06 | 0 | 0.13 | 184.91 | 0.72 | 0.53 |
| Hex | 32 | CF | DD | 4D | 6 | 0 | D | B9 | 48 | 35 |
| Octal | 62 | 317 | 335 | 115 | 6 | 0 | 15 | 271 | 110 | 65 |
| Binary | 110010 | 11001111 | 11011101 | 1001101 | 110 | 0 | 1101 | 10111001 | 1001000 | 110101 |
Color Harmonies of #32CFDD
Complementary color
Monochromatic Colors of #32CFDD
Black with #32CFDD
Text Example
Text Example
White with #32CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CFDD; }
p { color: rgb(50,207,221); }
H1.HeaderClassName
{
color: #32CFDD;
}
.AnyTagClassName
{
color: #32CFDD;
}
</style>
background-color css
<style>
a { background-color: #32CFDD; }
a { background-color: rgb(50,207,221); }
div.DivClassName
{
background-color: #32CFDD;
}
.BgClassName
{
background-color: #32CFDD;
}
</style>
border-color css
<style>
span { border-color: #32CFDD; }
span { border-color: rgb(50,207,221); }
td.TdClassName
{
border-color: #32CFDD;
}
.TagClassName
{
border-color: #32CFDD;
}
</style>