Shades of Medium Turquoise #32CADA
Tints of Medium Turquoise #32CADA
RGB
CMYK
RGB Variations
Color information
#32CADA (or 0x32CADA) is known color: Medium Turquoise. HEX triplet: 32, CA and DA. RGB value is (50,202,218). Sum of RGB (Red+Green+Blue) = 50+202+218=470 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.64% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #32CADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CADA is #CD3525. Grayscale: #9E9E9E. Windows color (decimal): -13448486 or 14338610. OLE color: 14338610.
HSL color Cylindrical-coordinate representation of color #32CADA: hue angle of 185.71º 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 #32CADA is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 202 | 218 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.15 |
| HSL | 185.71º | 0.69% | 0.53% | - |
| HSV(B) | 185.71º | 0.77% | 0.85% | - |
| XYZ | 35.09 | 47.98 | 73.74 | - |
| YUV | 158.38 | 161.64 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 218 | 0.77 | 0.07 | 0 | 0.15 | 185.71 | 0.69 | 0.53 |
| Hex | 32 | CA | DA | 4D | 7 | 0 | F | BA | 45 | 35 |
| Octal | 62 | 312 | 332 | 115 | 7 | 0 | 17 | 272 | 105 | 65 |
| Binary | 110010 | 11001010 | 11011010 | 1001101 | 111 | 0 | 1111 | 10111010 | 1000101 | 110101 |
Color Harmonies of #32CADA
Complementary color
Monochromatic Colors of #32CADA
Black with #32CADA
Text Example
Text Example
White with #32CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CADA; }
p { color: rgb(50,202,218); }
H1.HeaderClassName
{
color: #32CADA;
}
.AnyTagClassName
{
color: #32CADA;
}
</style>
background-color css
<style>
a { background-color: #32CADA; }
a { background-color: rgb(50,202,218); }
div.DivClassName
{
background-color: #32CADA;
}
.BgClassName
{
background-color: #32CADA;
}
</style>
border-color css
<style>
span { border-color: #32CADA; }
span { border-color: rgb(50,202,218); }
td.TdClassName
{
border-color: #32CADA;
}
.TagClassName
{
border-color: #32CADA;
}
</style>