Shades of Medium Turquoise #32CEDB
Tints of Medium Turquoise #32CEDB
RGB
CMYK
RGB Variations
Color information
#32CEDB (or 0x32CEDB) is known color: Medium Turquoise. HEX triplet: 32, CE and DB. RGB value is (50,206,219). Sum of RGB (Red+Green+Blue) = 50+206+219=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #32CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEDB is #CD3124. Grayscale: #A0A0A0. Windows color (decimal): -13447461 or 14405170. OLE color: 14405170.
HSL color Cylindrical-coordinate representation of color #32CEDB: hue angle of 184.62º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CEDB is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 206 | 219 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.14 |
| HSL | 184.62º | 0.7% | 0.53% | - |
| HSV(B) | 184.62º | 0.77% | 0.86% | - |
| XYZ | 36.17 | 49.94 | 74.75 | - |
| YUV | 160.84 | 160.82 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 219 | 0.77 | 0.06 | 0 | 0.14 | 184.62 | 0.7 | 0.53 |
| Hex | 32 | CE | DB | 4D | 6 | 0 | E | B9 | 46 | 35 |
| Octal | 62 | 316 | 333 | 115 | 6 | 0 | 16 | 271 | 106 | 65 |
| Binary | 110010 | 11001110 | 11011011 | 1001101 | 110 | 0 | 1110 | 10111001 | 1000110 | 110101 |
Color Harmonies of #32CEDB
Complementary color
Monochromatic Colors of #32CEDB
Black with #32CEDB
Text Example
Text Example
White with #32CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEDB; }
p { color: rgb(50,206,219); }
H1.HeaderClassName
{
color: #32CEDB;
}
.AnyTagClassName
{
color: #32CEDB;
}
</style>
background-color css
<style>
a { background-color: #32CEDB; }
a { background-color: rgb(50,206,219); }
div.DivClassName
{
background-color: #32CEDB;
}
.BgClassName
{
background-color: #32CEDB;
}
</style>
border-color css
<style>
span { border-color: #32CEDB; }
span { border-color: rgb(50,206,219); }
td.TdClassName
{
border-color: #32CEDB;
}
.TagClassName
{
border-color: #32CEDB;
}
</style>