#32CACF

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

Shades of Medium Turquoise #32CACF

Tints of Medium Turquoise #32CACF

Color information

#32CACF (or 0x32CACF) is unknown color: approx Medium Turquoise. HEX triplet: 32, CA and CF. RGB value is (50,202,207). Sum of RGB (Red+Green+Blue) = 50+202+207=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #32CACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CACF is #CD3530. Grayscale: #9C9C9C. Windows color (decimal): -13448497 or 13617714. OLE color: 13617714.

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

Color convert

RGB50202207-
CMYK0.760.0200.19
HSL181.91º62.06%50.39%-
HSV(B)181.91º75.85%81.18%-
XYZ33.747.4266.41-
YUV157.12156.1451.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.89%
GREEN value IS 202 (79.30% from 255) = 44.01%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=10.89%
G=44.01%
B=45.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal502022070.760.0200.19181.9162.0650.39
Hex32CACF4C2013b63e32
Octal6231231711420232667662
Binary110010110010101100111110011001001001110110110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,202,207); }

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

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

 a { background-color: rgb(50,202,207); }

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

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

 span { border-color: rgb(50,202,207); }

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