Shades of Medium Turquoise #32CBD6
Tints of Medium Turquoise #32CBD6
RGB
CMYK
RGB Variations
Color information
#32CBD6 (or 0x32CBD6) is known color: Medium Turquoise. HEX triplet: 32, CB and D6. RGB value is (50,203,214). Sum of RGB (Red+Green+Blue) = 50+203+214=467 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.71% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #32CBD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBD6 is #CD3429. Grayscale: #9E9E9E. Windows color (decimal): -13448234 or 14076722. OLE color: 14076722.
HSL color Cylindrical-coordinate representation of color #32CBD6: hue angle of 184.02º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CBD6 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 203 | 214 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.16 |
| HSL | 184.02º | 0.67% | 0.52% | - |
| HSV(B) | 184.02º | 0.77% | 0.84% | - |
| XYZ | 34.81 | 48.25 | 71.1 | - |
| YUV | 158.51 | 159.31 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 214 | 0.77 | 0.05 | 0 | 0.16 | 184.02 | 0.67 | 0.52 |
| Hex | 32 | CB | D6 | 4D | 5 | 0 | 10 | B8 | 43 | 34 |
| Octal | 62 | 313 | 326 | 115 | 5 | 0 | 20 | 270 | 103 | 64 |
| Binary | 110010 | 11001011 | 11010110 | 1001101 | 101 | 0 | 10000 | 10111000 | 1000011 | 110100 |
Color Harmonies of #32CBD6
Complementary color
Monochromatic Colors of #32CBD6
Black with #32CBD6
Text Example
Text Example
White with #32CBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBD6; }
p { color: rgb(50,203,214); }
H1.HeaderClassName
{
color: #32CBD6;
}
.AnyTagClassName
{
color: #32CBD6;
}
</style>
background-color css
<style>
a { background-color: #32CBD6; }
a { background-color: rgb(50,203,214); }
div.DivClassName
{
background-color: #32CBD6;
}
.BgClassName
{
background-color: #32CBD6;
}
</style>
border-color css
<style>
span { border-color: #32CBD6; }
span { border-color: rgb(50,203,214); }
td.TdClassName
{
border-color: #32CBD6;
}
.TagClassName
{
border-color: #32CBD6;
}
</style>