Shades of Medium Turquoise #32BEC8
Tints of Medium Turquoise #32BEC8
RGB
CMYK
RGB Variations
Color information
#32BEC8 (or 0x32BEC8) is known color: Medium Turquoise. HEX triplet: 32, BE and C8. RGB value is (50,190,200). Sum of RGB (Red+Green+Blue) = 50+190+200=440 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.36% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #32BEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BEC8 is #CD4137. Grayscale: #959595. Windows color (decimal): -13451576 or 13155890. OLE color: 13155890.
HSL color Cylindrical-coordinate representation of color #32BEC8: hue angle of 184º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BEC8 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 190 | 200 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.22 |
| HSL | 184º | 0.6% | 0.49% | - |
| HSV(B) | 184º | 0.75% | 0.78% | - |
| XYZ | 30.15 | 41.68 | 61.1 | - |
| YUV | 149.28 | 156.62 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 200 | 0.75 | 0.05 | 0 | 0.22 | 184 | 0.6 | 0.49 |
| Hex | 32 | BE | C8 | 4B | 5 | 0 | 16 | B8 | 3C | 31 |
| Octal | 62 | 276 | 310 | 113 | 5 | 0 | 26 | 270 | 74 | 61 |
| Binary | 110010 | 10111110 | 11001000 | 1001011 | 101 | 0 | 10110 | 10111000 | 111100 | 110001 |
Color Harmonies of #32BEC8
Complementary color
Monochromatic Colors of #32BEC8
Black with #32BEC8
Text Example
Text Example
White with #32BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEC8; }
p { color: rgb(50,190,200); }
H1.HeaderClassName
{
color: #32BEC8;
}
.AnyTagClassName
{
color: #32BEC8;
}
</style>
background-color css
<style>
a { background-color: #32BEC8; }
a { background-color: rgb(50,190,200); }
div.DivClassName
{
background-color: #32BEC8;
}
.BgClassName
{
background-color: #32BEC8;
}
</style>
border-color css
<style>
span { border-color: #32BEC8; }
span { border-color: rgb(50,190,200); }
td.TdClassName
{
border-color: #32BEC8;
}
.TagClassName
{
border-color: #32BEC8;
}
</style>