Shades of Medium Turquoise #32CEDA
Tints of Medium Turquoise #32CEDA
RGB
CMYK
RGB Variations
Color information
#32CEDA (or 0x32CEDA) is known color: Medium Turquoise. HEX triplet: 32, CE and DA. RGB value is (50,206,218). Sum of RGB (Red+Green+Blue) = 50+206+218=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #32CEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEDA is #CD3125. Grayscale: #A0A0A0. Windows color (decimal): -13447462 or 14339634. OLE color: 14339634.
HSL color Cylindrical-coordinate representation of color #32CEDA: hue angle of 184.29º 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 #32CEDA is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 206 | 218 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.15 |
| HSL | 184.29º | 0.69% | 0.53% | - |
| HSV(B) | 184.29º | 0.77% | 0.85% | - |
| XYZ | 36.04 | 49.88 | 74.06 | - |
| YUV | 160.72 | 160.32 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 218 | 0.77 | 0.06 | 0 | 0.15 | 184.29 | 0.69 | 0.53 |
| Hex | 32 | CE | DA | 4D | 6 | 0 | F | B8 | 45 | 35 |
| Octal | 62 | 316 | 332 | 115 | 6 | 0 | 17 | 270 | 105 | 65 |
| Binary | 110010 | 11001110 | 11011010 | 1001101 | 110 | 0 | 1111 | 10111000 | 1000101 | 110101 |
Color Harmonies of #32CEDA
Complementary color
Monochromatic Colors of #32CEDA
Black with #32CEDA
Text Example
Text Example
White with #32CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEDA; }
p { color: rgb(50,206,218); }
H1.HeaderClassName
{
color: #32CEDA;
}
.AnyTagClassName
{
color: #32CEDA;
}
</style>
background-color css
<style>
a { background-color: #32CEDA; }
a { background-color: rgb(50,206,218); }
div.DivClassName
{
background-color: #32CEDA;
}
.BgClassName
{
background-color: #32CEDA;
}
</style>
border-color css
<style>
span { border-color: #32CEDA; }
span { border-color: rgb(50,206,218); }
td.TdClassName
{
border-color: #32CEDA;
}
.TagClassName
{
border-color: #32CEDA;
}
</style>