#32ceb8

Color #32CEB8 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #32CEB8

Tints of Medium Turquoise #32CEB8

Color information

#32CEB8 (or 0x32CEB8) is unknown color: approx Medium Turquoise. HEX triplet: 32, CE and B8. RGB value is (50,206,184). Sum of RGB (Red+Green+Blue) = 50+206+184=440 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.36% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEB8 is #CD3147. Grayscale: #9C9C9C. Windows color (decimal): -13447496 or 12111410. OLE color: 12111410.

HSL color Cylindrical-coordinate representation of color #32CEB8: hue angle of 171.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CEB8 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB50206184-
CMYK0.7600.110.19
HSL171.54º61.42%50.2%-
HSV(B)171.54º75.73%80.78%-
XYZ32.0448.2852.98-
YUV156.85143.3251.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 11.36%
GREEN value IS 206 (80.86% from 255) = 46.82%
BLUE value IS 184 (72.27% from 255) = 41.82%
R=11.36%
G=46.82%
B=41.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal502061840.7600.110.19171.5461.4250.2
Hex32CEB84C0B13ac3d32
Octal62316270114013232547562
Binary11001011001110101110001001100010111001110101100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ceb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32ceb8; }

 p { color: rgb(50,206,184); }

 H1.HeaderClassName
 {
   color: #32ceb8;
 }
 .AnyTagClassName
 {
   color: #32ceb8;
 }
</style>
background-color css

<style>
 a { background-color: #32ceb8; }

 a { background-color: rgb(50,206,184); }

 div.DivClassName
 {
   background-color: #32ceb8;
 }
 .BgClassName
 {
   background-color: #32ceb8;
 }
</style>
border-color css

<style>
 span { border-color: #32ceb8; }

 span { border-color: rgb(50,206,184); }

 td.TdClassName
 {
   border-color: #32ceb8;
 }
 .TagClassName
 {
   border-color: #32ceb8;
 }
</style>