Shades of Medium Turquoise #32BDC3
Tints of Medium Turquoise #32BDC3
RGB
CMYK
RGB Variations
Color information
#32BDC3 (or 0x32BDC3) is known color: Medium Turquoise. HEX triplet: 32, BD and C3. RGB value is (50,189,195). Sum of RGB (Red+Green+Blue) = 50+189+195=434 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.52% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #32BDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDC3 is #CD423C. Grayscale: #939393. Windows color (decimal): -13451837 or 12827954. OLE color: 12827954.
HSL color Cylindrical-coordinate representation of color #32BDC3: hue angle of 182.48º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BDC3 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 189 | 195 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.24 |
| HSL | 182.48º | 0.59% | 0.48% | - |
| HSV(B) | 182.48º | 0.74% | 0.76% | - |
| XYZ | 29.36 | 41.01 | 58 | - |
| YUV | 148.12 | 154.45 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 195 | 0.74 | 0.03 | 0 | 0.24 | 182.48 | 0.59 | 0.48 |
| Hex | 32 | BD | C3 | 4A | 3 | 0 | 18 | B6 | 3B | 30 |
| Octal | 62 | 275 | 303 | 112 | 3 | 0 | 30 | 266 | 73 | 60 |
| Binary | 110010 | 10111101 | 11000011 | 1001010 | 11 | 0 | 11000 | 10110110 | 111011 | 110000 |
Color Harmonies of #32BDC3
Complementary color
Monochromatic Colors of #32BDC3
Black with #32BDC3
Text Example
Text Example
White with #32BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BDC3; }
p { color: rgb(50,189,195); }
H1.HeaderClassName
{
color: #32BDC3;
}
.AnyTagClassName
{
color: #32BDC3;
}
</style>
background-color css
<style>
a { background-color: #32BDC3; }
a { background-color: rgb(50,189,195); }
div.DivClassName
{
background-color: #32BDC3;
}
.BgClassName
{
background-color: #32BDC3;
}
</style>
border-color css
<style>
span { border-color: #32BDC3; }
span { border-color: rgb(50,189,195); }
td.TdClassName
{
border-color: #32BDC3;
}
.TagClassName
{
border-color: #32BDC3;
}
</style>