Shades of Medium Turquoise #32CFDA
Tints of Medium Turquoise #32CFDA
RGB
CMYK
RGB Variations
Color information
#32CFDA (or 0x32CFDA) is known color: Medium Turquoise. HEX triplet: 32, CF and DA. RGB value is (50,207,218). Sum of RGB (Red+Green+Blue) = 50+207+218=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #32CFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CFDA is #CD3025. Grayscale: #A1A1A1. Windows color (decimal): -13447206 or 14339890. OLE color: 14339890.
HSL color Cylindrical-coordinate representation of color #32CFDA: hue angle of 183.93º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CFDA is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 207 | 218 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.15 |
| HSL | 183.93º | 0.69% | 0.53% | - |
| HSV(B) | 183.93º | 0.77% | 0.85% | - |
| XYZ | 36.28 | 50.37 | 74.14 | - |
| YUV | 161.31 | 159.99 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 218 | 0.77 | 0.05 | 0 | 0.15 | 183.93 | 0.69 | 0.53 |
| Hex | 32 | CF | DA | 4D | 5 | 0 | F | B8 | 45 | 35 |
| Octal | 62 | 317 | 332 | 115 | 5 | 0 | 17 | 270 | 105 | 65 |
| Binary | 110010 | 11001111 | 11011010 | 1001101 | 101 | 0 | 1111 | 10111000 | 1000101 | 110101 |
Color Harmonies of #32CFDA
Complementary color
Monochromatic Colors of #32CFDA
Black with #32CFDA
Text Example
Text Example
White with #32CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CFDA; }
p { color: rgb(50,207,218); }
H1.HeaderClassName
{
color: #32CFDA;
}
.AnyTagClassName
{
color: #32CFDA;
}
</style>
background-color css
<style>
a { background-color: #32CFDA; }
a { background-color: rgb(50,207,218); }
div.DivClassName
{
background-color: #32CFDA;
}
.BgClassName
{
background-color: #32CFDA;
}
</style>
border-color css
<style>
span { border-color: #32CFDA; }
span { border-color: rgb(50,207,218); }
td.TdClassName
{
border-color: #32CFDA;
}
.TagClassName
{
border-color: #32CFDA;
}
</style>