Shades of Medium Turquoise #32CBD9
Tints of Medium Turquoise #32CBD9
RGB
CMYK
RGB Variations
Color information
#32CBD9 (or 0x32CBD9) is known color: Medium Turquoise. HEX triplet: 32, CB and D9. RGB value is (50,203,217). Sum of RGB (Red+Green+Blue) = 50+203+217=470 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.64% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #32CBD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBD9 is #CD3426. Grayscale: #9E9E9E. Windows color (decimal): -13448231 or 14273330. OLE color: 14273330.
HSL color Cylindrical-coordinate representation of color #32CBD9: hue angle of 185.03º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CBD9 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 203 | 217 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.15 |
| HSL | 185.03º | 0.69% | 0.52% | - |
| HSV(B) | 185.03º | 0.77% | 0.85% | - |
| XYZ | 35.2 | 48.4 | 73.13 | - |
| YUV | 158.85 | 160.81 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 217 | 0.77 | 0.06 | 0 | 0.15 | 185.03 | 0.69 | 0.52 |
| Hex | 32 | CB | D9 | 4D | 6 | 0 | F | B9 | 45 | 34 |
| Octal | 62 | 313 | 331 | 115 | 6 | 0 | 17 | 271 | 105 | 64 |
| Binary | 110010 | 11001011 | 11011001 | 1001101 | 110 | 0 | 1111 | 10111001 | 1000101 | 110100 |
Color Harmonies of #32CBD9
Complementary color
Monochromatic Colors of #32CBD9
Black with #32CBD9
Text Example
Text Example
White with #32CBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBD9; }
p { color: rgb(50,203,217); }
H1.HeaderClassName
{
color: #32CBD9;
}
.AnyTagClassName
{
color: #32CBD9;
}
</style>
background-color css
<style>
a { background-color: #32CBD9; }
a { background-color: rgb(50,203,217); }
div.DivClassName
{
background-color: #32CBD9;
}
.BgClassName
{
background-color: #32CBD9;
}
</style>
border-color css
<style>
span { border-color: #32CBD9; }
span { border-color: rgb(50,203,217); }
td.TdClassName
{
border-color: #32CBD9;
}
.TagClassName
{
border-color: #32CBD9;
}
</style>