Shades of Medium Turquoise #32CBDD
Tints of Medium Turquoise #32CBDD
RGB
CMYK
RGB Variations
Color information
#32CBDD (or 0x32CBDD) is known color: Medium Turquoise. HEX triplet: 32, CB and DD. RGB value is (50,203,221). Sum of RGB (Red+Green+Blue) = 50+203+221=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #32CBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBDD is #CD3422. Grayscale: #9F9F9F. Windows color (decimal): -13448227 or 14535474. OLE color: 14535474.
HSL color Cylindrical-coordinate representation of color #32CBDD: hue angle of 186.32º 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 #32CBDD is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 203 | 221 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.13 |
| HSL | 186.32º | 0.72% | 0.53% | - |
| HSV(B) | 186.32º | 0.77% | 0.87% | - |
| XYZ | 35.72 | 48.61 | 75.91 | - |
| YUV | 159.31 | 162.81 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 221 | 0.77 | 0.08 | 0 | 0.13 | 186.32 | 0.72 | 0.53 |
| Hex | 32 | CB | DD | 4D | 8 | 0 | D | BA | 48 | 35 |
| Octal | 62 | 313 | 335 | 115 | 10 | 0 | 15 | 272 | 110 | 65 |
| Binary | 110010 | 11001011 | 11011101 | 1001101 | 1000 | 0 | 1101 | 10111010 | 1001000 | 110101 |
Color Harmonies of #32CBDD
Complementary color
Monochromatic Colors of #32CBDD
Black with #32CBDD
Text Example
Text Example
White with #32CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBDD; }
p { color: rgb(50,203,221); }
H1.HeaderClassName
{
color: #32CBDD;
}
.AnyTagClassName
{
color: #32CBDD;
}
</style>
background-color css
<style>
a { background-color: #32CBDD; }
a { background-color: rgb(50,203,221); }
div.DivClassName
{
background-color: #32CBDD;
}
.BgClassName
{
background-color: #32CBDD;
}
</style>
border-color css
<style>
span { border-color: #32CBDD; }
span { border-color: rgb(50,203,221); }
td.TdClassName
{
border-color: #32CBDD;
}
.TagClassName
{
border-color: #32CBDD;
}
</style>