Shades of Medium Turquoise #32CAD0
Tints of Medium Turquoise #32CAD0
RGB
CMYK
RGB Variations
Color information
#32CAD0 (or 0x32CAD0) is known color: Medium Turquoise. HEX triplet: 32, CA and D0. RGB value is (50,202,208). Sum of RGB (Red+Green+Blue) = 50+202+208=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #32CAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CAD0 is #CD352F. Grayscale: #9D9D9D. Windows color (decimal): -13448496 or 13683250. OLE color: 13683250.
HSL color Cylindrical-coordinate representation of color #32CAD0: hue angle of 182.28º 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 #32CAD0 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 202 | 208 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.18 |
| HSL | 182.28º | 0.63% | 0.51% | - |
| HSV(B) | 182.28º | 0.76% | 0.82% | - |
| XYZ | 33.82 | 47.47 | 67.06 | - |
| YUV | 157.24 | 156.64 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 208 | 0.76 | 0.03 | 0 | 0.18 | 182.28 | 0.63 | 0.51 |
| Hex | 32 | CA | D0 | 4C | 3 | 0 | 12 | B6 | 3F | 33 |
| Octal | 62 | 312 | 320 | 114 | 3 | 0 | 22 | 266 | 77 | 63 |
| Binary | 110010 | 11001010 | 11010000 | 1001100 | 11 | 0 | 10010 | 10110110 | 111111 | 110011 |
Color Harmonies of #32CAD0
Complementary color
Monochromatic Colors of #32CAD0
Black with #32CAD0
Text Example
Text Example
White with #32CAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CAD0; }
p { color: rgb(50,202,208); }
H1.HeaderClassName
{
color: #32CAD0;
}
.AnyTagClassName
{
color: #32CAD0;
}
</style>
background-color css
<style>
a { background-color: #32CAD0; }
a { background-color: rgb(50,202,208); }
div.DivClassName
{
background-color: #32CAD0;
}
.BgClassName
{
background-color: #32CAD0;
}
</style>
border-color css
<style>
span { border-color: #32CAD0; }
span { border-color: rgb(50,202,208); }
td.TdClassName
{
border-color: #32CAD0;
}
.TagClassName
{
border-color: #32CAD0;
}
</style>