Shades of Medium Turquoise #32CFD0
Tints of Medium Turquoise #32CFD0
RGB
CMYK
RGB Variations
Color information
#32CFD0 (or 0x32CFD0) is known color: Medium Turquoise. HEX triplet: 32, CF and D0. RGB value is (50,207,208). Sum of RGB (Red+Green+Blue) = 50+207+208=465 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.75% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #32CFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CFD0 is #CD302F. Grayscale: #A0A0A0. Windows color (decimal): -13447216 or 13684530. OLE color: 13684530.
HSL color Cylindrical-coordinate representation of color #32CFD0: hue angle of 180.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CFD0 is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 207 | 208 | - |
| CMYK | 0.76 | 0.00 | 0 | 0.18 |
| HSL | 180.38º | 0.63% | 0.51% | - |
| HSV(B) | 180.38º | 0.76% | 0.82% | - |
| XYZ | 35.01 | 49.86 | 67.45 | - |
| YUV | 160.17 | 154.99 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 208 | 0.76 | 0.00 | 0 | 0.18 | 180.38 | 0.63 | 0.51 |
| Hex | 32 | CF | D0 | 4C | 0 | 0 | 12 | B4 | 3F | 33 |
| Octal | 62 | 317 | 320 | 114 | 0 | 0 | 22 | 264 | 77 | 63 |
| Binary | 110010 | 11001111 | 11010000 | 1001100 | 0 | 0 | 10010 | 10110100 | 111111 | 110011 |
Color Harmonies of #32CFD0
Complementary color
Monochromatic Colors of #32CFD0
Black with #32CFD0
Text Example
Text Example
White with #32CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CFD0; }
p { color: rgb(50,207,208); }
H1.HeaderClassName
{
color: #32CFD0;
}
.AnyTagClassName
{
color: #32CFD0;
}
</style>
background-color css
<style>
a { background-color: #32CFD0; }
a { background-color: rgb(50,207,208); }
div.DivClassName
{
background-color: #32CFD0;
}
.BgClassName
{
background-color: #32CFD0;
}
</style>
border-color css
<style>
span { border-color: #32CFD0; }
span { border-color: rgb(50,207,208); }
td.TdClassName
{
border-color: #32CFD0;
}
.TagClassName
{
border-color: #32CFD0;
}
</style>