Shades of Medium Turquoise #32CDCF
Tints of Medium Turquoise #32CDCF
RGB
CMYK
RGB Variations
Color information
#32CDCF (or 0x32CDCF) is known color: Medium Turquoise. HEX triplet: 32, CD and CF. RGB value is (50,205,207). Sum of RGB (Red+Green+Blue) = 50+205+207=462 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.82% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #32CDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDCF is #CD3230. Grayscale: #9E9E9E. Windows color (decimal): -13447729 or 13618482. OLE color: 13618482.
HSL color Cylindrical-coordinate representation of color #32CDCF: hue angle of 180.76º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CDCF is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 205 | 207 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.19 |
| HSL | 180.76º | 0.62% | 0.5% | - |
| HSV(B) | 180.76º | 0.76% | 0.81% | - |
| XYZ | 34.41 | 48.85 | 66.65 | - |
| YUV | 158.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 207 | 0.76 | 0.01 | 0 | 0.19 | 180.76 | 0.62 | 0.5 |
| Hex | 32 | CD | CF | 4C | 1 | 0 | 13 | B5 | 3E | 32 |
| Octal | 62 | 315 | 317 | 114 | 1 | 0 | 23 | 265 | 76 | 62 |
| Binary | 110010 | 11001101 | 11001111 | 1001100 | 1 | 0 | 10011 | 10110101 | 111110 | 110010 |
Color Harmonies of #32CDCF
Complementary color
Monochromatic Colors of #32CDCF
Black with #32CDCF
Text Example
Text Example
White with #32CDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CDCF; }
p { color: rgb(50,205,207); }
H1.HeaderClassName
{
color: #32CDCF;
}
.AnyTagClassName
{
color: #32CDCF;
}
</style>
background-color css
<style>
a { background-color: #32CDCF; }
a { background-color: rgb(50,205,207); }
div.DivClassName
{
background-color: #32CDCF;
}
.BgClassName
{
background-color: #32CDCF;
}
</style>
border-color css
<style>
span { border-color: #32CDCF; }
span { border-color: rgb(50,205,207); }
td.TdClassName
{
border-color: #32CDCF;
}
.TagClassName
{
border-color: #32CDCF;
}
</style>