#32CEC9

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

Shades of Medium Turquoise #32CEC9

Tints of Medium Turquoise #32CEC9

Color information

#32CEC9 (or 0x32CEC9) is unknown color: approx Medium Turquoise. HEX triplet: 32, CE and C9. RGB value is (50,206,201). Sum of RGB (Red+Green+Blue) = 50+206+201=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEC9 is #CD3136. Grayscale: #9E9E9E. Windows color (decimal): -13447479 or 13225522. OLE color: 13225522.

HSL color Cylindrical-coordinate representation of color #32CEC9: hue angle of 178.08º 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 #32CEC9 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB50206201-
CMYK0.7600.020.19
HSL178.08º61.42%50.2%-
HSV(B)178.08º75.73%80.78%-
XYZ33.9349.0462.94-
YUV158.79151.8250.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.94%
GREEN value IS 206 (80.86% from 255) = 45.08%
BLUE value IS 201 (78.91% from 255) = 43.98%
R=10.94%
G=45.08%
B=43.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal502062010.7600.020.19178.0861.4250.2
Hex32CEC94C0213b23d32
Octal6231631111402232627562
Binary110010110011101100100110011000101001110110010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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